-
Not 100% decided on this, here are the tradeoffs (and finally to remove confusion).
In javascript/ruby (and other mutable by default languages), the HashMap structure preserves ordering on insertio…
-
_(moved from an e-mail thread with @jbenet @haadcode @diasdavid)_
Consider TCP/IP (Transmission Control Protocol / the Internet Protocol). Once you open a _network_ address, you get a data stream. Th…
-
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…
-
This is somewhat related to #4192 and #4193. We're currently copying every mutable config object so we can't accidentally mutate it somewhere which would cause the whole config to become inconsistent.…
-
If I have an array of immutable datastructures, it would be extremely advantageous from a performance perspective to be able to mutate that array in place instead of replacing it. The `@set` and `@set…
-
FSPath's P type can be seen as a Foldable of other P's. Files.readAllLines exposes a Java iterator of Strings with one String instance per line. Considering that all the IO is done by the time the met…
-
1. Collection中的数字类型是否要选用[decimal.Decimal](https://github.com/shopspring/decimal/blob/master/decimal.go#L71)来表示,会不会对性能有影响,有没更好的选择?
2. Collection是否要设计成immutable
-
Hi there :)
I find currently the following problems, when consulting the documentation on the topic of data structures.
1. There is no dedicated page, that lists all the available data structur…
-
Learn how to architect React application using the flux architecture.
http://facebook.github.io/flux/
-
Hi there,
Interesting project! Does the Haskell STM library you're using have examples and/or benchmarks? It would be helpful to look at more examples to get a sense of the interface, and benchmark…