-
Hi,
I would like to use Immutable.js and I have the following problem.
If I understand correctly how to use Immutable, I should keep immutable data structures from "source" to "destination" in order…
cr0cK updated
9 years ago
-
This discusses next steps in persistence, continuing from #2609 .
Summing up a conversation @colinsurprenant and @suyograo had this morning.
Colin's work on [Jruby MMAP Queues](https://github.com/co…
-
The below information was provided by a user. Logging this here for documentation purposes.
My Flask API authenticates by doing a call like this:
# Af
headers = request.headers
stormpath_applicatio…
-
I have sandboxed a contrived example of my use-case:
http://react.jsbin.com/peseveluxi/edit?js,output
My rough use-case is a chat app, where each character typed is stored as a Backbone Model in a B…
-
Right now the algorithms are called by their actual name (e.g. `HungarianAlgorithm`). The question is whether we should keep this, or if we should actually rename them to the problem they solve (so in…
-
I'm seeing this, which doesn't seem to be caused by any third party library:
```
Traceback:
File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
164. …
-
Hi r00k,
as lately you've been mentioning FP on twitter I'd like to ask if you think that FP is suitable to make whole projects in them (relatively bigger ones) or is it more suitable as a 'companion'…
DavsX updated
9 years ago
-
I'm trying to count how often each word occurs in a file, and I'm getting roughly 10x slower speeds for julia compared to C, python or go
``` julia
counts = Dict{String,Int}()
open(ARGS[1],"r") do f…
-
See [this jsbin](http://emberjs.jsbin.com/jetevigahu/1/edit).
The `source` array changes often and in large batches. We rely on array property change coalescing for this to not be a performance issue…
-
This library presumes that mutability is in most cases bad and should be avoided. Copy-on-write or sharing should be used, along with new instances that represent subsequent states. An example:
``` j…