Skip to content

Tags: pb33f/ordered-map

Tags

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1 from weikangchia/chore/update-jsonparser-to-1.1.2

chore: update jsonparser to version 1.1.2

v2.3.0

Toggle v2.3.0's commit message
moved to supported yaml

go.yaml.in/yaml/v4 is now where we hang our hat!

v2.2.0

Toggle v2.2.0's commit message
completely removed easyjson

v2.2

Toggle v2.2's commit message
completely removed easyjson

v2.1.12

Toggle v2.1.12's commit message
fix test!

v2.1.10

Toggle v2.1.10's commit message
tuned for new module name

v2.1.8

Toggle v2.1.8's commit message
v2.1.8: YAML serialization/deserialization

Signed-off-by: Jean Rouge <rougej+github@gmail.com>

v2.1.6

Toggle v2.1.6's commit message
Adding `GetAndMoveToBack()` and `GetAndMoveToFront()` methods

Makes it easier to use ordered maps to implement e.g. LRUs.