aitjcize / bb8

bb8 bot framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speed Improvement

aitjcize opened this issue · comments

Possible directions:

  • eager loading
  • beaker cache (memcached)
  • using pypy

Eager loading and caching (with dogpile.cache) are now in place.
grpc does not work with pypy, so don't consider it for now.