Skip to content

v8.2.0 Make it faster

Latest

Choose a tag to compare

@byronka byronka released this 07 Aug 01:59
· 4 commits to master since this release
  • New database feature: indexed data

    "Indexed data" means 1000x faster data access in some cases. By indexing the data,
    it is associated with keys - in other words, it is a map of strings to lists of data.
    In cases where the keys are unique identifiers for each element of data, the list will
    contain just one single item, thus enabling O(1) requests for data.

  • Templating performance improvements

  • New templating feature: nested templates

  • HTTP processing performance improvements

  • Better documentation