-
Hi,
since this is a port of Swiss Table, I was wondering if there are any plans to also port the `node_hash_map`, i.e., the one with overflow lists. This would be interesting since there isn't one …
-
**Description**
This is an odd one. I create an ordered hash whose values are objects via [Hash::Ordered](https://metacpan.org/pod/Hash::Ordered), then loop over the values, and incorrectl…
-
-
Writing Java code that uses strongly typed objects leads to brittle code that is hard to change. Please change every object to a hash map so that everything can be dynamic and configuration driven PLE…
-
Hello,
it seems to me that the implementation of `fiobj_hash_pop` broke accidentally during [this](https://github.com/boazsegev/facil.io/commit/521e9589de57b7bfee09a4feb978afa006ec5ee4#diff-c35ecc3…
-
#### Description of the problem
I'd like to have hash maps and hash sets where where keys (for map) / values (for sets) are the following types:
- `ident`
- `int`
- `string`
- `inductive`
…
-
I like this
```
my $match-messages = Hash[Str, Regex].new( / / => 'vowel', / \d / => 'digit' );
```
because it constructs a Hash with keys & values just the way I like them.
I don't like that …
-
Linux/Darwin gcc/clang MWE
```
spp::sparse_hash_map map0;
map0.emplace(0, 0);
auto map1 = std::move(map0);
//map0 = spp::sparse_hash_map{}; // uncomment this to pass the test
auto found = map0.f…
-
**Is your feature request related to a problem? Please describe.**
I have JSON object in S3 with two fields like below and I want to limit the entries of those fields while uploading it to open searc…
-
The current implementation of sets and maps being 'ordered by default' is unintuitive as it isn't actually 'by default'; One would expect a persistent set to count as a persistent set, regardless of i…