aboutsummaryrefslogtreecommitdiff
path: root/prepare_gnabyl.sh
Commit message (Collapse)AuthorAgeFilesLines
* cobol initial implementationTrey Bastian2024-06-241-20/+0
|
* [Attempt #2] String overflow hash + data/mem optimization (#356)Bang NGUYEN2024-01-131-0/+20
* Use graal * Use dynamic cores computer * Use stream API to cleanup code * Use max processors * Use hash to avoid init string * optimize concurrentmap init * Smaller hash size * Avoid checking concurrentmap * Optimize data type * string dedup * Faster write * Change base * Remove time * Use mul instead of div