Callidon / sparql-engine

🚂 A framework for building SPARQL query engines in Javascript/Typescript
https://callidon.github.io/sparql-engine
MIT License
99 stars 14 forks source link

Please use BGPCache type instead of LRUBGPCache #46

Closed folkvir closed 4 years ago

folkvir commented 4 years ago

https://github.com/Callidon/sparql-engine/blob/625c79d62b95230d8abdd0696a3d8a5f9698918b/src/engine/plan-builder.ts#L176

As noticed, use BGPCache instead of LRUBGPCache. We cant use a custom implementation based on BGPCache otherwise.

Callidon commented 4 years ago

Fixed in v0.7.3, it was a renaming glitch from VSCode...