0484b15d9c
Update README.md
mkdocs / deploy (push) Successful in 6m24s
2025-07-21 19:38:52 +00:00
6573f39692
Update README
mkdocs / deploy (push) Failing after 1m55s
2025-05-29 08:20:15 +00:00
958f0842a2
Renamed .github to .gitea
mkdocs / deploy (push) Failing after 1m50s
2025-05-29 08:18:33 +02:00
281e77ea64
Use specific version of 0.14 because stuff changed, to switch to just 0.14 when release
mkdocs / deploy (push) Failing after 2m1s
2025-02-12 17:08:02 +01:00
f0fc12d1b8
Remove test from auto release because it is buggy, to check later
2025-02-12 17:04:50 +01:00
1bfdad9a28
Update release action
2025-02-12 17:02:50 +01:00
2021f95ffd
Update roadmap
2025-02-12 16:51:07 +01:00
fe2f407b7f
Added empty test for later
2025-02-12 16:42:14 +01:00
ca5d806f0b
Changed a bit test and removed comments
2025-02-12 16:39:35 +01:00
d7b8dec378
Fix
...
Start index still change if the member name is not right, otherwise run
in loop forever
2025-02-12 16:39:18 +01:00
7352ec45c7
Removed old comment and move an array a bit later in function
2025-02-12 14:54:10 +01:00
84f5749aa2
Fix
...
Now str array don't take ' on both side when creating the array,
otherwise I compare Bob with 'Bob' and it don't work
2025-02-12 14:53:39 +01:00
3e234396bf
Fix
...
Now delete .new file if Йfind one when I shouldn't in allFileIndex
2025-02-12 14:52:48 +01:00
b480cff079
Fix
...
I wasn't flushing writter buffer if the limit is reached as I return
early
2025-02-12 14:36:02 +01:00
b7878227e9
Better readme and docs
2025-02-12 10:19:34 +01:00
45622e3d3a
Update readme
2025-01-04 18:38:40 +01:00
24fccc6487
Update readme
2025-01-04 18:37:20 +01:00
19c097717a
a
2025-02-10 11:53:19 +01:00
adf39be133
2 small fix
2025-01-31 18:49:44 +01:00
b757e01b64
Array and link are empty by default if not in ADD action. Also can use * to return everything execpt link
...
The * is to be use like that GRAB User [*, friends]
Because if I just do GRAB User [friends], I only get friends
So I would of need to specify all of them like GRAB User [name, age,
email, .., friends]
2025-01-31 10:05:55 +01:00
30a7a83e56
Update some docs
2025-01-30 21:21:02 +01:00
b28970f26a
Added some bullshit in about
2025-01-30 20:28:03 +01:00
f02a1e3e01
Squeleton for single file
2025-01-30 20:22:49 +01:00
e0d4840123
Moved quickstart doc out of learn
2025-01-30 20:22:24 +01:00
b2d05edbee
Added REMOVE and REMOVEAT test
2025-01-30 20:22:07 +01:00
8c6a6188dd
Working REMOVE and REMOVEAT
2025-01-30 20:21:50 +01:00
cd178ce53d
Working CLEAR command, now checking REMOVE
2025-01-30 20:15:07 +01:00
005631ac76
Removed a FIXME tested
2025-01-30 20:12:02 +01:00
d819281fe4
Fix
...
If the array is empty, I still ne to append 8 bytes to hold the array
len
2025-01-30 20:11:51 +01:00
b1ce5e9923
Working POP command, now doing CLEAR
2025-01-30 20:01:18 +01:00
44ea7efbb0
Updated APPEND function to remove duplicate code
2025-01-29 22:22:25 +01:00
cb250bbcd0
Small opti
2025-01-27 20:38:14 +01:00
15ec304fe1
APPEND work, need to check next array manipulation
2025-01-27 20:38:03 +01:00
baf6cd2284
Added some log and started testing array manip. Fixed some errors already
2025-01-25 21:15:04 +01:00
4066803ecd
Small update on index and README
2025-01-25 19:13:04 +01:00
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