diff options
| author | Alexander Yastrebov <yastrebov.alex@gmail.com> | 2024-01-23 20:49:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-23 20:49:28 +0100 |
| commit | 4daeb94b048e074c2b80aac1074b68eb92285ea8 (patch) | |
| tree | dcb34aeb870a49c0c45b04919b7c4bedfc4f9dc7 /.gitignore | |
| parent | 464ba6209bb229f45e43693801ec5814d8815760 (diff) | |
Go implementation by AlexanderYastrebov (#298)
* Go implementation by AlexanderYastrebov
This is a proof-of-concept to demonstrate non-java submission.
It requires Docker with BuildKit plugin to build and export binary.
Updates
* #67
* #253
* Use collision-free id lookup
* Use number of buckets greater than max number of keys
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,3 +46,4 @@ out/ /measurements*.txt /*.out out_expected.txt +/*-timing.json |
