jac3km4 / redscript

Compiler/decompiler toolkit for redscript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimize cache access and generation

ProphetLamb opened this issue · comments

  • Deserialize cache using a zero alloc parser.
  • Analyse effects of pooling file contents using bumpalo.
  • Analyse effects of decoupled producer-consumer-pattern using crossbeam.
  • You tell me