home.social

#numtrie — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #numtrie, aggregated by home.social.

  1. New number-related #gogen Go (#golang) package:

    * #numtrie (pkg.go.dev/github.com/tecnickc): 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.