Skip to content

Add object-pool and auto-enums to enhance performance

Michael Aaron Murphy requested to merge pooling into master
  • object-pool exists to reuse strings without allocating
  • auto-enums can prevent the the need to box trait return values

Merge request reports