-
The underlying implementation of the a key-value map currently uses a CHAMP, which is fast compared to the original Red-Black tree implementation (see benchmark results: https://github.com/microsoft/C…
-
The following is a proposal to change the underlying implementation of the native `map` data structure to provide sorted key ordering, a map "slicing" operator, and a good way to efficiently store map…
-
The rdf:JSON value space is currently defined as
[maps](https://infra.spec.whatwg.org/#ordered-map) (mapping [strings](https://www.w3.org/TR/rdf12-concepts/#dfn-rdf-string) to values in the [value…
-
The `servicefee.FeeExpressions` type is an alias of a `map[string]float64` which means that it inherits the built in map's behavior which is especially apparent when iterating over the expressions to …
-
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…
-
Hi. I've been looking at using this in [go-task](https://github.com/go-task/task) instead of our naive implementation. Would you be open to a PR that added the ability to easily create an ordered map …
pd93 updated
2 months ago
-
### Describe the bug
YAML, when a number is followed by "e" or "E", it's interpreted as scientific notation causing an exception with ` ##inf`
### To Reproduce
Create a new metabase instance since…
-
There are at least several thousand related implementations [OrderedMap/OrderedSet](https://github.com/search?q=symbol%3Atreemap+OR+symbol%3Atreeset+OR+symbol%3Aorderedmap+OR+symbol%3Aorderedset+OR+sy…
-
When I try to parse the following **XML**:
```xml
x
+
y
```
Using the following code:
```ruby
require 'lutaml/model'
Lutaml::Model::Config.configure do |con…
-
| --- | --- |
| Bugzilla Link | [490172](https://bugs.eclipse.org/bugs/show_bug.cgi?id=490172) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Mar 22, 2016 07:18 EDT |
| Modified | Sep…