Sears Russell
|
164c7cfd69
|
Linear Hash now survives Tdeinit/Tinit cycle (but not crashes!)
|
2004-11-24 23:26:15 +00:00 |
|
Sears Russell
|
910649a387
|
Web-site update, a few minor code changes from before the Freenix deadline.
|
2004-10-27 01:40:09 +00:00 |
|
Sears Russell
|
ec99c0e258
|
Lots of optimizations; re-did on-disk layout for the linear hash table.
|
2004-10-19 21:16:37 +00:00 |
|
Sears Russell
|
6b265f28b0
|
Speedups, most notably in the logging subsystem.
|
2004-10-19 04:45:42 +00:00 |
|
Sears Russell
|
ec1276f26f
|
Preliminary version of logical logging linear hash. (No latching yet, and there are some bugs re-opening a closed hash.)
|
2004-10-18 18:24:54 +00:00 |
|
Sears Russell
|
a078f25475
|
Implemented a linear hash from scratch. Concurrency hasn't been done, but it's probably correct in the single thread case.
|
2004-10-12 02:44:47 +00:00 |
|
Sears Russell
|
5064e3fac2
|
Implemented pages that store fixed sized records efficiently, and a java-style ArrayList data structure that efficiently supports (relatively) clustered, O(1) access time expandable arrays. (This will be used for the hash implementation...)
|
2004-10-06 06:08:09 +00:00 |
|