7 Commits

Author SHA1 Message Date
cb250bbcd0 Small opti 2025-01-27 20:38:14 +01:00
7c34431702 Error found!!
Got an error that I could find for a while. It was when parsing a lot of
files.

Turn out it was the Thread Pool or something because if I run on 1 core,
it's ok.

Different thing in this commit, I just want to freeze a state that
benchmark work.
2025-01-22 11:34:00 +01:00
abe9445d72 Compilable array manipulation, still some errors 2025-01-20 19:56:29 +01:00
bd4f0aab7f Removed some TODO, fix and typo 2025-01-11 16:52:19 +01:00
2a4842432d Speed up batch ADD and better bechmark
Now I flush only when the file is full and I check the the currently
used file if it is big enough.

So I dont get stat of all files and flush everytime like before
2025-01-07 13:55:02 +01:00
e7056efec9 Now query with relationship will write the UUID bytes betwen {|<>|}
So then I can parse the file again, create a map of UUID sub json and
just iterate over the first json looking for UUID and update with new
data from map
2024-12-20 22:29:02 +01:00
b1de4a40c3 Moved ZipponData to lib 2024-11-12 21:17:33 +01:00