Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 400 Bytes

TODO.md

File metadata and controls

14 lines (10 loc) · 400 Bytes

Roadmap

Soon

  • Require validations / constraints on lookup field (presence, uniqueness)
  • Trap signal to output stats
  • Populate LRU with counts grouped by an association

Someday

  • Pluggable backend (memcache, redis, etc.) to reduce memory usage, allow larger LRUs.
  • Additional database support / tests
  • Improve LRU algorithm
  • Lookup by multiple fields, multi-column unique constraint