6 Commits

Author SHA1 Message Date
ca5d806f0b Changed a bit test and removed comments 2025-02-12 16:39:35 +01:00
78e8b67b80 Moved benchmark and test to src. Implemented array without testing yet 2025-01-25 19:11:01 +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
6bd3782e1e Now string with \n are written in triple quote 2025-01-16 22:34:39 +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
c070723baa ziql moved into a dir and splited 2025-01-12 15:33:15 +01:00