-
Why is reguar dict faster than HAMT?
Plot does not seem to match with times that can be found alongside the banchmark code: https://gist.github.com/1st1/292e3f0bbe43bd65ff3256f80aa2637d
-
Just an issue to discuss the balance changes made to missiles. I think we're in a far better place now than we were before, but there are some issues with the new balance system that need ironed out.
…
-
We're moving from a move-fast-and-create-technical-debt mode into a more mature phase of the project where we start paying it down. As part of #683 we're better structuring our codebase so it's easier…
-
#### Version information: Cloned from Repo
#### Type: Bug - Build
#### Description:
docker build .
/bin/sh: 1: gx: Exec format error
make: *** [gx-deps] Error 2
I have been trying to…
-
Currently everything in elm is compared using a `cmp` function, specified in `elm-lang/core`. It turns out that calling this function, instead of just comparing values directly, has negative performan…
-
### Description
When setting up in memory test daemons the custom genesis function can be used to allocate funds to their addresses before tests are run.
-
While working with immer::map I ran into a double free issue.
In immer/detail/hamts/node.hpp the functions _static void delete_values(values_t* p, count_t n)_ and _static void delete_collision(nod…
-
Hi, I can't even express how happy I am to see this project! I immediately had to give it a try. I compiled the pyoxidizer itself without problems (just had to install ``libssl-dev``), but when I try …
-
_This issue was originally filed by @mdakin_
---
I believe there are enough use cases in web development to include a decent trie like collection in the library that allows:
- Finding objects with k…
-
The current storage system we have for actor state is a temporary solution. It is simply a flat byte array. Whenever actors change any element, an entire new copy of the array is copied into the chain…