-
*From nathansobo on Tue, 05 Aug 2014 18:42:46 GMT*
I'm attempting to use vectors to represent the contents of 5-line tiles in Atom, and I'm keeping the groups of lines up to date with repeated applic…
-
I propose to add an implementation of Bagwell and Rompf's [RRB-Tree Vectors](https://infoscience.epfl.ch/record/169879/files/RMTrees.pdf) (Relaxed Radix-Balanced Trees) to FSharpx.Collections. They ar…
rmunn updated
4 years ago
-
I'm attempting to use vectors to represent the contents of 5-line tiles in Atom, and I'm keeping the groups of lines up to date with repeated applications of `splice`. After not very long, however, pe…
-
Providing a refcount variant will make portability to non-GC languages (Rust, C++, etc.) easier.
-
For this kind of sentence:
Resistant to kanamycin (30 μg), gentamicin (10 μg), neomycin (30 μg) and polymyxin B (300 μg), but sensitive to ampicillin (10 μg), penicillin (10 IU), streptomycin (10 μg) …
-
RRB trees can be used to implement highly efficient random access vectors supporting splitAt, concat, insertAt and removeAt functions. I had a primitive implementation but decided not to include it as…
-
I am fairly certain that it is possible to write an allocator for rrb trees which uses a precise mark sweep garbage collector. We did it for 2-3 trees for a project and I don't see anything fundamenta…
-
I'm excited to see RRB trees for scala, is this project still moving forward?
-
Prompted by #33, I dug into `Vector` some more this weekend and I'm not super encouraged by what I found. I made some tweaks to support smaller branching factors (because when the branching factor is …
jneem updated
2 years ago
-
Google searching mentioned Relaxed Radix Binary Trees, an immutable datastructure surprisingly claiming performance near arrays in most operations.
https://hypirion.com/musings/thesis https://github.…