Joep Meindertsma

Results 339 comments of Joep Meindertsma

It's faster, but it's not fast fast. Probably because the `write` collection is simply _huge_ and updating the indexes takes long on this slow hardware! I now tried using `push_propval`,...

This is definitely the biggest bottleneck at the moment for parsing JSON-AD resources, including `Commits`. Takes 4ms in debug mode with tracing.

Implementations: - https://crates.io/crates/memoize -> Probably won't work as a method. - https://github.com/jaemk/cached -> Also won't accept `Self`, which `Storelike::get_property(&self, subject)` currently does.

I've changed error handling a couple of commits ago to improve the `/validate` endpoint. However, it now returns an error as soon as it encounters one, instead of telling how...

#333 is related.

I know I've been working on this a couple of weeks ago, but I don't know in which commit or branch.

Maybe the `/commit` endpoint should also be an.. Endpoint? It's a bit different from the other examples: - The `/commit` endpoint works with `POST` methods, not `GET`. - It parses...

Not sure about the `/tpf` endpoint. If I move it from server to lib, it will no longer be able to behave like most TPF endpoints do - it will...

We could downcase all text strings during both indexing and queries (simplest solution for now), but I'd rather not remove capitalization information index time. I'm planning on making some major...

I'm in! Installed the git branch. My setup: - Machine: Macbook Pro 16' 2019 - OS: MacOS Catalina (10.15.1, will keep it updated) - Terminal: iTerm2 3.3.7 - ShelL: ZSH...