|
Serene Runtime 1.0.0-dev
C runtime for the Serene programming language
|
Files | |
| alist.h | |
| hashmap.h | |
| This is an implementation of Compressed Hash-Array Mapped Prefix-tree, which is a bit-partitioned, persistent, immutable Hashed array mapped trie. | |
| pqmh.h | |
| A generic priority queue backed by a binary min-heap. | |
| seq.h | |
| This is an implementation of bit - partitioned, persistent, immutable sequence For more information, have a look at Ideal hash trees paper. | |
| spsc_ring.h | |
| A mutable single producer, single consumer ring of fixed size elements. | |