Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shawnlaffan/perl-list-unique-deterministicorder
- Owner: shawnlaffan
- License: other
- Created: 2018-08-20T00:47:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T01:19:11.000Z (about 1 year ago)
- Last Synced: 2023-10-05T10:50:18.523Z (about 1 year ago)
- Language: Perl
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
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.