-
Is there a simpler way to collect a stream into a Paguro data structure, than to collect in a Java collection and to convert to Paguro?
For the moment, here is how I do it:
~~~java
var vec1 = P…
-
**Describe the issue**
I'm trying to compile the "make a lisp" java-truffle example to native.
The repo: https://github.com/kanaka/mal/tree/master/impls/java-truffle
The script:
```
#!/bin/…
-
## 你使用的 chinesesubfinder 是什么版本,什么环境?
chinesesubfinder 版本: v0.11.1
环境: docker
## 你遇到什么问题了?
文件夹名称含中文就被视为了中国电影然后被SkipChineseMovie。
从log看貌似这样就不会读取根目录下的nfo文件,转而直接用文件名搜索?
## 你的问题弄重现嘛?
能够…
-
It would be great to have a way to create a map without wrapping the keys and values in a tuple, similar to Java `Map.of`, as @ericnormand suggested in [Clojureverse](https://clojureverse.org/t/it-is-…
-
I found this repository through the README on Paguro, suggesting that this repo should be built before Paguro's. The instructions there, and in this project's, README for using `mvn` to build appear …
-
Hi there,
I was wondering what would be the most concise and efficient way to create a PersistentVector from a single element?
Is it
`PersistentVector.ofIter(Collections.singletonList(elem));`
o…
-
The choice of internal representation for some PCollections scales on O(log2 n), where other implementations like Clojure's scale on O(log32 n)*
PCollections is a friendly implementation of persisten…
-
I have nothing against using the PCollections library but the CHAMP algorithm is the current state of the art for JVM based immutable collection implementations:
https://blog.acolyer.org/2015/11/27/h…
-
Currently, Paguro uses `java.lang.reflect.Array.newInstance()` in a few places. It would be great if these reflective array instantiations could be removed so that applications that depend on Paguro c…
-
... when iterating over the resulting tree.
I suspect (but haven't verified) that the culprit is RrbTree:1418 and RrbTree:1377, which choose `items[0].getClass()` as the array element type to be pa…