78e8b67b80
Moved benchmark and test to src. Implemented array without testing yet
2025-01-25 19:11:01 +01:00
a476cef2df
Changed release github action to use release Small and stop making a .zip, it is small enough
2025-01-25 19:09:59 +01:00
c3db03fe4c
Small doc update
2025-01-23 17:31:55 +01:00
b2bd1e373b
Updated lib config and small stuff
2025-01-23 17:31:41 +01:00
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
f05696a924
Removed max_file from SyncContext to use work group
...
Now instead of create a context with the number of file to parse and
check every x millisecond if it is complete, I use work group. For each
file, I spawn a thread in the group and then I call wg.wait()
2025-01-22 18:24:02 +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
ebf91bb61c
If config.CPU_CORE == 0, use the cpu count of processor
2025-01-22 10:29:54 +01:00
1ca2fc5470
Updated docs and roadmap
2025-01-20 19:56:44 +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
6bd3782e1e
Now string with \n are written in triple quote
2025-01-16 22:34:39 +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
a16c9b29c1
Update README and doc
2025-01-16 20:45:58 +01:00
154a146678
Missing from previous commit
2025-01-16 20:45:50 +01:00
a9c39d9aa5
Renamed paarser.core to ziql.parser
2025-01-16 20:45:30 +01:00
6338cb6364
NewData ordered by default
2025-01-15 19:59:13 +01:00
e848be94c1
Good docs update, stillo need some work. Need to take a step back and think
2025-01-14 22:48:50 +01:00
9ae9b65f1e
Rename ziql to parser
2025-01-14 22:42:11 +01:00
dff7ead5b1
.
2025-01-14 22:33:01 +01:00
26bbe0d0f9
.
2025-01-14 22:32:42 +01:00
672d79cbea
Add config and schema for benchmark
2025-01-14 22:32:31 +01:00
173b302976
Add number of file to db metrics
2025-01-14 22:31:55 +01:00
77e1197894
Custom color for docs
2025-01-14 15:15:26 +01:00
425401d764
Change image and doc name
2025-01-14 13:43:48 +01:00
3a6a0e202b
Update image
2025-01-14 13:42:22 +01:00
58bbc44119
Add transparent logo
2025-01-14 10:58:48 +01:00
a5e957c05a
Release for every tag now
2025-01-14 10:54:32 +01:00
e818700905
Use try
2025-01-13 20:06:16 +01:00
1031e767bc
Deleted logo dir and moved new logo to docs images
2025-01-13 20:04:05 +01:00
bfb7533ef9
Merge branch 'main' into v0.1.8
2025-01-13 20:01:50 +01:00
eb0389464d
Update logo
2025-01-13 20:01:22 +01:00
e18a12aefe
Add simple SQL comparison
2025-01-13 10:56:53 +00:00
57f97e50ab
Remove extension from zip name
2025-01-12 20:35:43 +01:00
c6725f6b54
Fix stdout error
2025-01-12 20:28:35 +01:00
6ccfc7feb9
Send back to true and remove .pdb from release
2025-01-12 19:08:34 +01:00
35ca253dad
Test
2025-01-12 18:32:25 +01:00
d35b7a5e3e
Fix ?
2025-01-12 18:27:12 +01:00
c7024d70c4
Update release flow
2025-01-12 18:21:52 +01:00
bd4cc98797
Release test
2025-01-12 17:16:16 +01:00
0b871ecc93
Add permision
2025-01-12 17:05:40 +01:00
374d724bba
Update workflow
2025-01-12 16:52:26 +01:00
d4d03f1b2c
Typo
2025-01-12 16:42:38 +01:00
f1a37648d3
Typo
2025-01-12 16:41:05 +01:00
574c616929
Rename workflow and remove arm in build release
2025-01-12 16:39:07 +01:00
7db5c5329a
Update workflow
2025-01-12 16:34:59 +01:00
9b547e594e
Update github action
2025-01-12 16:28:02 +01:00
ff92cacc7c
Auto release github action
2025-01-12 16:24:18 +01:00