Sciweavers

11212 search results - page 272 / 2243
» Semi-persistent Data Structures
Sort
View
HASKELL
2006
ACM
16 years 16 days ago
Strongly typed memory areas programming systems-level data structures in a functional language
Modern functional languages offer several attractive features to support development of reliable and secure software. However, in our efforts to use Haskell for systems programmin...
Iavor S. Diatchki, Mark P. Jones
ICDE
2006
IEEE
149views Database» more  ICDE 2006»
16 years 19 days ago
An Encrypted, Content Searchable Scalable Distributed Data Structure
Scalable Distributed Data Structures (SDDS) store data in a file of key-based records distributed over many storage sites. The number of storage sites utilized grows and shrinks w...
Thomas J. E. Schwarz, Peter Tsui, Witold Litwin
WWW
2003
ACM
15 years 11 months ago
Using Index to Manage the Ordering Structure of XML Data in the Nested Relational Sequence Database System
In this poster, we introduce the mechanism of handling the ordering structure of XML data by using the Nested Relational Sequence Database System (NRSD), which is built upon the N...
Ho Lam Lau, Wilfred Ng
SIGCSE
2004
ACM
188views Education» more  SIGCSE 2004»
16 years 6 hour ago
Buffer pools and file processing projects for an undergraduate data structures course
This paper presents a family of programming projects appropriate to a sophomore-level data structures course, centered around the concept of a buffer pool serving as the access i...
Clifford A. Shaffer
KBSE
2007
IEEE
16 years 26 days ago
Assertion-based repair of complex data structures
Programmers have long used assertions to characterize properties of code. An assertion violation signals a corruption in the program state. At such a state, it is standard to term...
Bassem Elkarablieh, Ivan Garcia, Yuk Lai Suen, Sar...