dwhitney
dwhitney
I've done this, but I get a compile error ``` /TestNative/android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java:51: error: constructor RNThreadPackage in class RNThreadPackage cannot be applied to given types; new RNThreadPackage() ^ required: ReactNativeHost,ReactPackage[] found: no...
+1 - for everything I'm doing, parsing takes the most time! That said, I have queries that were taking 100ms to parse using SPARQL.js , which now take 5ms, so...
That's amazing! 🎉 On Fri, May 29, 2020, 9:55 AM Thomas Tanon wrote: > In February, I have optimized theses naive expression rules (70% > improvements on SPARQL query W3C...
+1 (I think you should submit a PR) On Thu, Jun 16, 2016 at 5:13 AM, Jacques B. [email protected] wrote: > Hello, > > We are using aws-wrap as a...
Sounds great! If you'd like, you can paste the code for `SORTED_TRIPLES` into a gist and I can try to implement and test it but I can wait until the...
Having some thoughts on this... I'm not sure if you are familiar with [Datomic](https://www.datomic.com/), it's a database created by Rich Hickey, who created Clojure, and, among other things, it uses...
I'd prefer an abstraction that allows a user to choose rather than prescribing to users how it ought to be done. Maybe a user already has a parser in their...
I have seen the same issue, but I could not narrow down where the bug is occurring. It's interesting because calling .toString on the Frame does not result in the...
Isaac Newton invented calculus while quarantined, so I guess I can write a SPARQL parser? I've used the oxigraph library quite a bit, and I like it, but the slowest...
Haven't had as much time as I'd like to look at this (still working from home). I found this parser. Have either of you taken a look at it? https://github.com/mattsse/nom-sparql