#numtrie — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #numtrie, aggregated by home.social.
-
New number-related #gogen Go (#golang) package:
* #numtrie (https://pkg.go.dev/github.com/tecnickcom/gogen/pkg/numtrie): Provides an efficient numerical-indexed trie data structure. The trie allows to store and quickly retrieve values of any type associated with a numerical key. In particular, this implementation supports partial matches and returns a multi-status code on the type of match.