aboutsummaryrefslogtreecommitdiff
path: root/src/main/go
Commit message (Collapse)AuthorAgeFilesLines
* Add elh's Go solution (#435)Eugene Huang2024-02-023-0/+328
| | | | | * add elh's Go solution * update elh. fix a bad for loop and add some tuning env vars
* Go implementation by AlexanderYastrebov (#298)Alexander Yastrebov2024-01-235-0/+452
* 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