-
### Problem description
Hi there, I am trying to run "pip install flask" via cmd line, however it doesn't work. When I attempt to visit the packaging.python.org site, it tells me that I am being bl…
-
```
My application is memory intensive and I am using map/hash_map to store huge
data.
I have observed that even after calling clear() or erase() on map/hash_map,
memory is not returned to the OS.
I…
-
I am recently reading into the PLUME design and the use of Geometry's map. Note that Geometry's map was designed for a different purpose. If we target at making a nullifier, there is at least one tric…
-
##### Minetest version
```
Minetest 5.7.0-9ef3c8c-rc1 (Windows)
Using Irrlicht 1.9.0mt10
Using LuaJIT 2.1.0-beta3
BUILD_TYPE=Release
RUN_IN_PLACE=1
USE_CURL=1
USE_GETTEXT=1
USE_SOUND=1
STA…
hlqkj updated
1 month ago
-
### Summary
Clippy gives incorrect suggestion of `entry` api when using `contains_key` followed by `insert`. The suggestion given causes compilation error because of key being used by else block wh…
-
Our current implementation of the decentralized blockchain messaging system faces scalability challenges:
1. As users exchange more messages, the `chatAccount.messages` array grows unbounded.
2. L…
-
**Describe the bug**
Kepler fails to load an hexbin map widget with error:
`deck: error during initialisation of EnhancedColumnLayer({id: 'lifibkk-hexagon-cell'}) TypeError: Class constructor o c…
-
`PMap.__getitem__` will return the wrong value if the object used for the key defines a unique `__hash__` and a custom `__eq__` method.
Repro (tested with python 3.8 and pyrsistent 0.17.3):
```py…
-
Current performance for `Get` is between 2 and 7 times slower than native implementation for maps (depending on map size). There are many possible reasons, including the performance of the hashing me…
-
I want to use a hashed version of my SVG sprite file in production for cache invalidation.
We are using the `webpack-assets-plugin` to be able to map an asset name to his hashed name after build. I…