Commit Graph

128 Commits

Author SHA1 Message Date
814baced05 last_key is now cached. 2024-05-29 16:47:56 +02:00
c105b7fa33 Fix Common implementation. 2024-05-28 03:28:40 +02:00
279f4379e8 s/Storage::Basic/Storage::Uncached/ 2024-05-27 21:42:20 +02:00
cd48aad945 Renaming (+ fix EfficientFIFO#delete). 2024-05-27 18:13:14 +02:00
9d2b5157fe Renaming, big time. 2024-05-27 17:38:37 +02:00
e152bc0ee7 comments + paper 2024-05-27 04:58:32 +02:00
c01ec614ae EfficientFIFO: now graphed. 2024-05-26 19:03:37 +02:00
313374d58e EfficientFIFO 2024-05-26 04:02:11 +02:00
981cdc92b8 DoubleLinkedList#delete_at 2024-05-26 03:19:38 +02:00
89e29324ff DoubleLinkedList: more tests. 2024-05-26 03:07:19 +02:00
ea6017a1c9 Test reverse. 2024-05-26 01:41:49 +02:00
b52ef159e4 Remove useless parenthesis. 2024-05-26 01:39:49 +02:00
c89c32eca0 DoubleLinkedList: [] 2024-05-26 01:30:46 +02:00
42b18e7ea8 DoubleLinkedList: pop 2024-05-26 00:49:38 +02:00
a536c5b731 Double Linked List: insert_at 2024-05-26 00:36:46 +02:00
e05af4bbf1 Double Linked Lists! 2024-05-25 21:51:10 +02:00
ceaa9a6af8 Documentation change (s/stack/fifo/). 2024-05-25 05:57:46 +02:00
14ed5dda5c FIFO database -> Common database. 2024-05-25 03:41:00 +02:00
9e1a633f97 Fix FIFO for real. :) 2024-05-25 02:33:32 +02:00
543e1ce80f Fix FIFO. 2024-05-25 02:22:31 +02:00
fefc4e9b26 FIFO + paper 2024-05-24 00:25:28 +02:00
09678965e0 FIFO implementation improved: let's see the results. 2024-05-23 14:18:16 +02:00
408be2097c Fix fifo: uniq! is understandably slow. 2024-05-23 12:41:14 +02:00
b38e3f31ba First implementation of FIFO/Stacked. 2024-05-23 09:20:58 +02:00
d46e0d2ddf Add a FIFO class. 2024-05-23 09:16:55 +02:00
3307a82294 Remove useless comment. 2024-05-23 06:57:44 +02:00
5a4465ed49 fix storage 2024-05-23 06:43:38 +02:00
6beccbb96b Rename indexes, once again. 2024-05-22 19:00:48 +02:00
3b9e56451a s/Indexer/Index/ 2024-05-22 18:38:26 +02:00
633085f63b Massive class renaming. 2024-05-22 18:29:08 +02:00
7272b9fe6f Partitions gets a new get_with_keys? function, for consistency. 2024-05-22 05:34:36 +02:00
8ee628d640 FOR CONSISTENCY 2024-05-22 05:13:24 +02:00
7a342f8391 Removes a lot of duplicated code. 2024-05-22 05:05:18 +02:00
087784a620 Tags: code refactoring and consistency improvement. 2024-05-22 03:56:44 +02:00
0549879140 API change: get_with_index -> get_with_keys 2024-05-21 20:57:44 +02:00
378f8c76db Documentation, again. Some very few re-implementations. 2024-05-21 20:50:28 +02:00
c5f57b589d Documentation goes brrrr. 2024-05-21 13:50:25 +02:00
8d323c2a8c Documentation about partitions. 2024-05-21 02:11:01 +02:00
be1ec6a1db Documentation for basic indexes. 2024-05-21 01:59:39 +02:00
3c0e1b7608 Documentation, again. 2024-05-20 20:55:07 +02:00
78d6db2cc4 Documentation goes brrrrr 2024-05-20 13:38:58 +02:00
df705543b6 Documentation, a few implementations rewritten, make source more consistent. 2024-05-20 13:10:17 +02:00
39b427886f spec/test-ships.cr: tests are passing. 2024-05-20 03:14:47 +02:00
8a44828cf2 Nilable indexes taken into account. 2024-05-20 03:05:59 +02:00
6dbcee5060 Finally add some real API documentation. 2024-05-20 01:28:33 +02:00
58d7147752 Blah. 2024-05-19 18:09:19 +02:00
ab139f4f52 Remove nilable indexes. 2024-05-17 19:47:11 +02:00
5a2f17f7e0 Enable all indexes (index, partition, tag) to be nilable. 2024-05-15 14:17:15 +02:00
2a71254533 s/exists?/symlink?/ + remove useless check + remove useless call to a function. 2024-05-15 14:17:15 +02:00
d29b29bc1b Slight optimization in tag searches. 2024-05-15 14:17:15 +02:00