-
-
Currently, we use [ps.Map](https://github.com/mndrix/ps/blob/master/map.go) for all the persistent structures in the graph. This may or may not be ideal.
First, I haven't quite taken the time to dete…
-
This topic has some similarity to #292, however the behaviour is significantly different, and I did not find it suggested in that thread.
### Context
For applications that have potentially-large data…
-
It should be possible to build and update the location cache and data for HPA* on the main thread and then pathfind on another thread, as the datastructures for HPA* and location caching should be imm…
-
I posted this as a question on SO: http://stackoverflow.com/questions/35068300/ and was answered it may be a bug, so here it is:
In a request, I set a dictionary in `session['test']`:
```
session['t…
-
Metadata implements `hashCode()`, despite being a mutable class.
`hashCode()` exists solely to enable storage datastructures (such as Map and Set); and they behave very badly when the hashCode of a…
-
After some thinking in regards to the design tradeoffs of ScalaJson, I am exploring the idea of renaming `unsafe` to `mutable` and doing some other changes (which mainly means removing the use of exce…
-
We are being bitten constantly by Golang's GC. Its performance (i.e. throughput) seems to be the culprit. We think that having a non-generational/non-compacting GC is seriously affecting the performan…
-
"Though tuples may seem similar to lists, they are often used in different situations and for different purposes. Tuples are [immutable](https://docs.python.org/3/glossary.html#term-immutable), and us…
-
Hi @Nykakin - I'm searching the web to try to figure out what options might be available to parse [ECMAScript `Tuple` and `Record`](https://github.com/tc39/proposal-record-tuple) syntax -- if/when tha…