Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shawnlaffan/perl-list-unique-deterministicorder

Store and access a list of keys using a deterministic order based on the sequence of insertions and deletions
https://github.com/shawnlaffan/perl-list-unique-deterministicorder

Last synced: about 1 month ago
JSON representation

Store and access a list of keys using a deterministic order based on the sequence of insertions and deletions

Awesome Lists containing this project

README

        

List-Unique-DeterministicOrder

This module provides a structure to store a set
of keys, without duplicates, and be able to access
them by either key name or index.