Overview
Comment: | constant_indefinite_ordered_maps: new package with task-safe ordered maps with immutable mapping |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5f6566a680610dfc891f944408f3c6ef |
User & Date: | nat on 2014-10-06 21:27:25 |
Other Links: | manifest | tags |
Context
2014-10-07
| ||
16:41 | constant_indefinite_ordered_map_tests: new test suite for constant indefinite ordered maps check-in: 72852bae7a user: nat tags: trunk | |
2014-10-06
| ||
21:27 | constant_indefinite_ordered_maps: new package with task-safe ordered maps with immutable mapping check-in: 5f6566a680 user: nat tags: trunk | |
2014-10-05
| ||
16:24 | README: add a short description of recently-added packages check-in: 73c9e491df user: nat tags: trunk | |
Changes
Modified README.md from [c54cedfce7] to [69cdb8ed4a].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | + + | # Natools This library gather all reusable packages written by Natasha Kerensikova that are too small to fit in a project by themselves. It contains the following package hierarchy: - `Accumulators`: an interface for string accumulator objects and stacks of accumulators - `String_Accumulator_Linked_Lists`: a basic implementation of an accumulator stack using a reference accumulator - `Chunked_Strings`: an implementation of unbounded strings backed by non-contiguous fixed-size chunks of memory - `Constant_Indefinite_Ordered_Maps`: task-safe ordered maps with immutable mapping - `Cron`: a simple low-precision service of periodic events - `Getopt_Long`: command-line argument processing similar to C `getopt_long` - `GNAT_HMAC`: instances of `HMAC` using GNAT hash primitives - `HMAC`: generic HMAC implementation using a formal hash function - `Indefinite_Holders`: simple Ada 2005 implementation of the Ada 2012 container - `References`: generic simple reference-counter implementation |
︙ |
Added src/natools-constant_indefinite_ordered_maps.adb version [61be8f766a].