Håvard M. Ottestad
Håvard M. Ottestad
### MemoryStore ``` Benchmark Mode Cnt Score Error Units QueryBenchmark.complexQuery avgt 15 1.516 ± 0.041 ms/op QueryBenchmark.different_datasets_with_similar_distributions avgt 15 0.750 ± 0.004 ms/op QueryBenchmark.groupByQuery avgt 15 0.997 ± 0.009 ms/op...
Would you be interested in making a test for this? We have some tests that run up the server/workbench in jetty, so that might be a good place to add...
did you clone correctly? Have you tried updating node? From readme file: 5. Clone the TermKit repository: git clone [email protected]:unconed/TermKit.git --recursive 6. Users of older git versions will need to...
You need to call `.shutdown()` on the `SPARQLRepository`. ``` SPARQLRepository sparqlRepository = new SPARQLRepository("....."); ... sparqlRepository.shutDown(); ```
I believe that this is technically a bug since the SPARQLRepository shouldn't leak resources even though someone forgets to class shutDown(). We should use Java 9 cleaner to call the...
The thread "Connection evictor" is the one that sticks around. It's created by the Apache HTTP Client.
@aschwarte10 do you know if this is possible?
I'm also sorry to hear that v2 has been canceled.
I've looked into this branch again and I can't reproduce the initial performance issues. So I've modified the branch to only add the tests and benchmark.
FYI: https://news.ycombinator.com/item?id=36605806 Discussion on hackernews about the fact that this issue was created by Chat GPT without anyone telling it to create an issue. It decided on it's own that...