MCPcopy Create free account
hub / github.com/cantabular/faststringmap / TestFastStringToUint32BigSpan

Function TestFastStringToUint32BigSpan

uint32_store_test.go:21–24  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

19}
20
21func TestFastStringToUint32BigSpan(t *testing.T) {
22 ms := mapSliceN(map[string]uint32{"a!": 1, "a~": 2}, 2)
23 checkWithMapSlice(t, ms)
24}
25
26func TestFastStringToUint32(t *testing.T) {
27 const nStrs = 8192

Callers

nothing calls this directly

Calls 2

mapSliceNFunction · 0.85
checkWithMapSliceFunction · 0.85

Tested by

no test coverage detected