Commit Graph

24 Commits (master)

Author SHA1 Message Date
Philippe PITTOLI b590cb9e0f Only catches "File Not Found" error while deleting a value in dodb.cr. 2024-05-07 00:01:31 +02:00
Philippe PITTOLI 8dfbe28986 Fix cached indexes not working when databases aren't reindexed on start. 2024-05-06 23:52:17 +02:00
Philippe PITTOLI 183432eb32 Cached indexes by default. 2024-05-06 18:31:52 +02:00
Philippe PITTOLI f5c9d1a7f2 Remove ".json" suffix in the generated files. 2024-05-06 11:47:07 +02:00
Karchnu bcfe5d44d6 Tags should now be working as expected. 2024-04-26 23:26:56 +02:00
Luka Vandervelden 0599e8bfe5 Experimental DODB::DirectedGraph feature. 2020-10-29 04:30:56 +01:00
Luka Vandervelden d0813205e6 Locks and exception-resilience. 2020-07-24 13:31:05 +02:00
Karchnu 4fe2719f31 Merge branch 'master' + DODB::CachedDataBase. 2020-07-21 13:25:48 +02:00
Karchnu 161a6e1f44 Adding cached operations DODB::CachedDataBase(V). 2020-07-21 12:49:32 +02:00
Luka Vandervelden 2dd42f3a30 Some tests and extra code for parallelization of DODB. 2020-07-20 14:23:10 +02:00
Luka Vandervelden 9990a3ac1b DODB.no_index, Storage#new_nilable_index.
The APIs are still a bit experimental at this point, but the feature is
very likely to stay.
2020-07-15 17:19:27 +02:00
Luka Vandervelden 800d139a3d WIP for lock files and atomic operations. 2020-06-24 21:45:45 +02:00
Luka Vandervelden 10b0061133 Partition#delete(partition_index, &matcher) 2020-02-11 16:53:06 +01:00
Luka Vandervelden 6dc3a6d2f7 Fixes reversed: true.
Hey crystal, why don’t you have reversed ranges?
2020-01-13 13:48:24 +01:00
Luka Vandervelden 65c607d9fc #to_h can also be reversed or be provided offsets. 2020-01-12 15:22:39 +01:00
Luka Vandervelden 011348b33a start_offset, end_offset added in each and to_a. 2020-01-12 15:12:01 +01:00
Luka Vandervelden 1bb5268602 Improved reverse searches a bit. 2020-01-12 14:50:10 +01:00
Luka Vandervelden 863bf369b8 #reverse_each, #reverse_each_with_index added. 2020-01-10 17:20:10 +01:00
Luka Vandervelden 603a65c6f4 Fixes a possible issue with DB reopening. 2020-01-07 16:06:18 +01:00
Luka Vandervelden 52753bce14 DODB::Index(V): #update(String, V) and #delete(String) added. 2020-01-03 09:36:41 +01:00
Luka Vandervelden 10448d6b0b Finalizes the DataBase(K, V) -> DataBase(V) change. 2019-12-28 03:24:05 +01:00
Luka Vandervelden 14825f4edd Improves #reindex_everything!. 2019-12-19 04:22:56 +01:00
Luka Vandervelden 3f53034b5a DataBase(K, V) becomes DataBase(V). 2019-12-18 03:43:09 +01:00
Luka Vandervelden 4ff5c0c781 Files moved to match name update. 2019-12-12 00:44:05 +01:00