-
Hi @brandonbloom!
[Babashka](https://github.com/babashka/babashka) is a Clojure interpreter which is suitable for scripting and has (very) fast startup.
It has the ability to execute Clojure libr…
-
Use RRB-Tree from Paguro for IAST structure with "number of arguments" greater than `32`.
For big `Expand` or `ÈxpandAll` expressions the memory management should be improved by this change becau…
-
The reproduction of the sequence I have below in Clojure, since it is adapting some Clojure test for another library, core.rrb-vector, that I found this behavior. Let me know if you have any question…
-
We're seeing a compilation error when using safely version `0.5.0` with Clojure `1.11.1`.
Here's the stack trace:
```
❯ lein check
Warning: protocol #'java-time.core/Amount is overwriting func…
-
In my very POC [Array-mapped trie implementation](https://github.com/sgraf812/amt), benchmarks suggested that a branching factor of 32 or even 64 would result in better performance on my PC. The paper…
-
Is there an example for best practice of inserting an element before an existing element in ImList, MutList?
Do I have to
- copy all elements below the "insert point" into a new mutList
- insert…
-
I'm using Paguro in a project that deals with commutative and non-commutative operations, and I use `PersistentHashSet` for commutative ones and a `PersistentVector` for non-commutative ones, to disti…
raner updated
2 years ago
-
**Describe the bug**
English Constituency Parser does not produce output for every line.
**To Reproduce**
I am trying to compare the trees of a pair of documents.
`refdoc = open(os.path.join('.'…
-
While fuzzing some of my own code, I ran across a bug in `imbl::Vector`: [`append` somehow panics](https://github.com/themeliolabs/themelio-stf/issues/5)!
This happens when appending together big `…
-
Hello! I have matched bisulfite and oxidative bisulfite paired-end RRBS data from mouse brain which I have processed with TrimGalore and Bismark. The intention was to be able to calculate DNA hydroxym…