• Joined on 2020-04-12
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-26 05:42:22 +02:00
b0e3d8c5e8 Benchmark fifo.
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-26 04:02:29 +02:00
313374d58e EfficientFIFO
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-26 03:19:56 +02:00
981cdc92b8 DoubleLinkedList#delete_at
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-26 03:07:39 +02:00
89e29324ff DoubleLinkedList: more tests.
ea6017a1c9 Test reverse.
Compare 2 commits »
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-26 01:40:04 +02:00
b52ef159e4 Remove useless parenthesis.
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-26 01:31:13 +02:00
c89c32eca0 DoubleLinkedList: []
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-26 00:50:15 +02:00
99e1a5e6ed Test: lists.
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-26 00:49:52 +02:00
42b18e7ea8 DoubleLinkedList: pop
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-26 00:37:06 +02:00
a536c5b731 Double Linked List: insert_at
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-25 21:51:27 +02:00
e05af4bbf1 Double Linked Lists!
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-25 05:58:09 +02:00
ceaa9a6af8 Documentation change (s/stack/fifo/).
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-25 03:41:17 +02:00
14ed5dda5c FIFO database -> Common database.
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-25 02:36:53 +02:00
e608981fa9 More tests for FIFO.
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-25 02:33:48 +02:00
9e1a633f97 Fix FIFO for real. :)
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-25 02:27:21 +02:00
54676448b8 Test SPECDB::FIFO for the right eviction of cached data.
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-25 02:23:07 +02:00
acd71238df Specs: fifo.
543e1ce80f Fix FIFO.
Compare 2 commits »
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-24 00:35:32 +02:00
188c5a439e Try to get data from FIFO structure.
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-24 00:25:42 +02:00
fefc4e9b26 FIFO + paper
dc34e5b881 stats
Compare 2 commits »
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-23 14:19:52 +02:00
09678965e0 FIFO implementation improved: let's see the results.
karchnu pushed to toying-with-ramdb at Baguette/dodb.cr 2024-05-23 14:17:56 +02:00
e2841a263b Fixed data.