From 4daeb94b048e074c2b80aac1074b68eb92285ea8 Mon Sep 17 00:00:00 2001 From: Alexander Yastrebov Date: Tue, 23 Jan 2024 20:49:28 +0100 Subject: 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 --- src/main/go/AlexanderYastrebov/go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/main/go/AlexanderYastrebov/go.mod (limited to 'src/main/go/AlexanderYastrebov/go.mod') diff --git a/src/main/go/AlexanderYastrebov/go.mod b/src/main/go/AlexanderYastrebov/go.mod new file mode 100644 index 0000000..08f5bd1 --- /dev/null +++ b/src/main/go/AlexanderYastrebov/go.mod @@ -0,0 +1,3 @@ +module github.com/AlexanderYastrebov/1brc + +go 1.21.5 -- cgit v1.2.3