-
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…
-
I want to step back for a moment to get a high-level perspective that may be useful in helping shape the modeling pipeline that is emerging here.
These tools are starting to do very useful things, …
-
There should a section in the documentation that explains main performance considerations when using lenses.
- [x] Warn about reconstruction of optics in `L.choose`
- [x] Explain that nesting trav…
-
- js-persistent-array (can be derived from `seq`).
- js-persistent-object (can be derived from `ordseq`).
- js-persistent-set (can be derived from `ordseq`, but not really, because we do not h…
-
* Non-public versions start at 0.0.0, where version 0.0.0 may only contain immutable / static data structures and constants and comments.
* As soon as the code contains any functions, methods, calcul…
-
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…
-
### What version of Racket are you using?
6.7.0.4
### What program did you run?
```
#lang typed/racket
(define s (string #\a #\b #\c))
(if ((make-predicate "abc") s)
(begin
(st…
-
Pydantic primary purpose is data validation. This is great for things like parsing and validating JSON, but we don't need to do data validation for internal data structures and pydantic will have an u…
-
[hugeParam](https://go-critic.com/overview.html#hugeparam) has the default of 80.
Could you please elaborate this with a benchmark?
... and then update the docs with a link to that benchmark.
…
-
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) => {…