-
Thanks for your work! I am just wondering how well it works on high dimensional data, such as SIFT or various deep features. Comparing with Hilbert curve, does it hold similar property in preserving t…
-
Hi there! I've got the following code
```js
// play.js
const Rx = require('rx'),
Observable = Rx.Observable,
Observer = Rx.Observer
var evenSource = Observable.create((observer) => {…
-
It is very inconvenient with current API to use `map()`, `filter()` and other collection combinators, which should be the natural default style to use when working with immutable collections.
```ko…
-
Right now, our DOM4j-based DOM implementation stores element namespaces as nodes in the `content` of the element. This has several issues:
- storing nodes as "content" has always been a weird thing wi…
-
### Background and motivation
We added `GetAlternateLookup()` to many collection types, including `Dictionary` and `HashSet`. We should add it to `SortedSet` as well, for symmetry. In my case, I ofte…
-
The quick sort implemented in the folder Scala-Way is using a mutable array. Can/Should this be done in an immutable way?
-
Currently the Cats Effect memory model is implicitly defined via implementation details and the Java Memory Model (JMM). In some cases this works okay but in other cases this means that our memory mod…
-
Filing a tracking issue for expanding the feature-set of `@pragma('vm:deeply-immutable')`.
https://dart-review.googlesource.com/c/sdk/+/354902 Introduces basic functionality.
* Deeply immutable …
-
This is going to be quite hard, but one of the few ways to guarantee reliable performance running as a very long term job.
Right now, devices are considered to be immutable, and our data structures…
-
If you try to load a package in a thread other than thread 0, it raises an error.