6fa8d6b7c6
Opti
...
Bring test back
Removed useless arena, making like 40% perf improv
Removed shared Loc
2025-01-23 17:31:14 +01:00
98f0c69e61
SOLVED THREAD BUG
...
Needed a thread safe alloc. Will need to update other part as I just did
parseEntities and deleteEntities
2025-01-22 22:34:46 +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
a9c39d9aa5
Renamed paarser.core to ziql.parser
2025-01-16 20:45:30 +01:00
9ae9b65f1e
Rename ziql to parser
2025-01-14 22:42:11 +01:00
672d79cbea
Add config and schema for benchmark
2025-01-14 22:32:31 +01:00
c070723baa
ziql moved into a dir and splited
2025-01-12 15:33:15 +01:00
1f5da7a74b
Created cli struct and dir
2025-01-12 12:37:07 +01:00
83ff27c3f2
A bit better docs README
2025-01-12 01:41:42 +01:00
955aff0d09
Moved global error to lib and fuse to a unique one
2025-01-12 00:37:57 +01:00
bc0c0cbe1d
Update benchmark and some stuff
2025-01-11 19:26:06 +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
e3264d8553
Random ADD for benchmark
2025-01-06 20:45:16 +00:00
900b9e5305
Moved benchmark outside of src and making it better
2025-01-02 13:28:23 +00:00