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
This commit is contained in:
Alexander Yastrebov
2024-01-23 20:49:28 +01:00
committed by GitHub
parent 464ba6209b
commit 4daeb94b04
9 changed files with 492 additions and 0 deletions

View File

@@ -53,3 +53,4 @@ vemana;Subrahmanyam
jincongho;Jin Cong Ho
yonatang;Yonatan Graber
adriacabeza;Adrià Cabeza
AlexanderYastrebov;Alexander Yastrebov