gupy-io / searchops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cache JSON schemas built from index mappings

villasv opened this issue · comments

The most obvious choice is to use fast-json-stable-serialize, which is exactly what Ajv 6 did.
Even better than caching by schemas like AJV would do, it would be better to cache by mappings.

Solves #163