10 Commits

Author SHA1 Message Date
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
14ea22dad6 Added a map with just the zero UUID in memory
So I dont need to create a map everytime I have a orders=none
2025-01-16 22:49:36 +01:00
a09a368528 Removed useless code and old comment 2025-01-16 22:34:19 +01:00
d1b430a3d5 Removed some TODO and changer so now it parse all existing file
Before I was parsing all files, getting the max index then parsing from
0 to the max.

Byt now that I delete empty files, I need to parse only existing one.
2025-01-16 22:17:42 +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
e818700905 Use try 2025-01-13 20:06:16 +01:00
c070723baa ziql moved into a dir and splited 2025-01-12 15:33:15 +01:00
1c8384dec6 Moved stuff into a schema dir and created empty dir 2025-01-12 11:50:22 +01:00