allegro / allegro/bigcache

feature: Support uint64 keys without converting to string then back again

Abierto
#380 6 comentarios 1 reacción 0 asignados Ver en GitHub
Lenguaje dominante
Go
Estrellas
8.2k
Forks
614
Merge medio
5 d 12 h
PR fusionados (30 d)
1

Descripción

Hey folks!

I have a use-case where we already use `xxh3` for hashing various things, including the key for a previous cache's key. We're using `bigcache` now, but it's a bit awkward doing `strconv.FormatUint` and then configuring a dummy `Hasher` to do `strconv.ParseUint`.

Is there a reason this is omitted?

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.