| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
| |
* Some clean up, fine tuning, removing non-supported options, added credit
section and additional comments.
* Put license header year back to 2023 to pass checks.
* Remove static linking (as it requires some more setup on the target
machine).
|
| |
|
|
|
|
| |
* Some fine tuning.
* Process 2MB segments to make all threads finish at the same time.
Process with 3 scanners in parallel in the same thread.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Some clean up, small-scale tuning, and reduce complexity when handling longer names.
* Do actual work in worker subprocess. Main process returns immediately
and OS clean up of the mmap continues in the subprocess.
* Update minor Graal version after CPU release.
* Turn GC back to epsilon GC (although it does not seem to make a
difference).
* Minor tuning for another +1%.
|
| |
|
|
| |
+6%. (#341)
|
| |
|
| |
There is no need to have it as preparation steps could be fit into prepare_*.sh
|
| | |
|
| |
|