Skip to content

Instantly share code, notes, and snippets.

View JelteF's full-sized avatar

Jelte Fennema-Nio JelteF

View GitHub Profile
@JelteF
JelteF / slicemap_test.go
Last active May 12, 2023 17:15 — forked from grahamking/slicemap_test.go
Benchmark comparing map access vs slice search
package main
import (
"math/rand"
"testing"
"time"
)
const (
numItems = 100 // change this to see how number of items affects speed