ory/ladon

Unfinished sentence in README

Closed this issue · 1 comments

Hi y'all! I'd open a PR for this, but I'm genuinely unsure as to what the meaning of the last sentence of this paragraph, taken from the README, is supposed to be:

You will get the best performance with the in-memory manager. The SQL adapters perform about 1000:1 compared to the in-memory solution. Please note that these tests where in laboratory environments with Docker, without an SSD, and single-threaded. You might get better results on your system. We are thinking about introducing It would be possible a simple cache strategy such as LRU with a maximum age to further reduce runtime complexity.

Yeah, that should read:

You will get the best performance with the in-memory manager. The SQL adapters perform about 1000:1 compared to the in-memory solution. Please note that these tests where in laboratory environments with Docker, without an SSD, and single-threaded. You might get better results on your system. We are thinking about introducing other matching strategies (e.g. wildcard instead of regex) and also introducing simple cache strategies such as LRU with a maximum age to further reduce runtime complexity.