_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-wk8-go-ordered-map-v2 2.1.8
Propagated dependencies: go-github-com-bahlo-generic-list-go@0.2.0 go-github-com-buger-jsonparser@1.1.1 go-github-com-mailru-easyjson@0.7.7 go-gopkg-in-yaml-v3@3.0.1
Channel: ffab
Location: ffab/packages/golang.scm (ffab packages golang)
Home page: https://github.com/wk8/go-ordered-map
Licenses: ASL 2.0
Synopsis: Optimal implementation of ordered maps for Golang
Description:

Package orderedmap implements an ordered map, i.e. a map that also keeps track of the order in which keys were inserted.

It offers the following features:

  • optimal runtime performance (all operations are constant time)

  • optimal memory usage (only one copy of values, no unnecessary memory allocation)

  • allows iterating from newest or oldest keys indifferently, without memory copy, allowing to break the iteration, and in time linear to the number of keys iterated over rather than the total length of the ordered map

  • supports any generic types for both keys and values. If you're running go < 1.18, you can use version 1 that takes and returns generic interfaces instead of using generics

  • idiomatic API, akin to that of container/list

  • support for JSON and YAML marshalling

Total results: 1