• Joined on 2020-04-12
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-23 14:15:22 +02:00
6158200fc8 Graphs need to include FIFO results.
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-23 12:41:40 +02:00
408be2097c Fix fifo: uniq! is understandably slow.
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-23 09:21:15 +02:00
b38e3f31ba First implementation of FIFO/Stacked.
d46e0d2ddf Add a FIFO class.
Compare 2 commits »
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-23 07:10:49 +02:00
375f3bdf69 Index::Index -> Index::Basic
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-23 06:57:59 +02:00
3307a82294 Remove useless comment.
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-23 06:44:21 +02:00
98a30cec6d example linuxfr
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-23 06:43:54 +02:00
5a4465ed49 fix storage
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-22 19:24:34 +02:00
d275dc10bd A few minor modifications to the paper.
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-22 19:01:01 +02:00
6beccbb96b Rename indexes, once again.
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-22 18:38:39 +02:00
3b9e56451a s/Indexer/Index/
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-22 18:29:21 +02:00
633085f63b Massive class renaming.
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-22 17:38:44 +02:00
5320a6afaf Graph -> paper.
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-22 17:37:10 +02:00
5a6a3abc2c Improve consistency tests.
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-22 05:35:07 +02:00
7272b9fe6f Partitions gets a new get_with_keys? function, for consistency.
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-22 05:34:30 +02:00
255cfe4162 New consistency verification for indexes.
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-22 05:13:36 +02:00
8ee628d640 FOR CONSISTENCY
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-22 05:06:03 +02:00
b0d59c92dc Test ships: new API.
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-22 05:05:38 +02:00
7a342f8391 Removes a lot of duplicated code.
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-22 03:58:53 +02:00
2b24fbc8a0 Documentation PDF: smaller trees and source code, some more API doc.
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-22 03:58:03 +02:00
ce50f6f334 test-ships: changes in Tags taken into account.