ElementalAlchemist / txircd

Modular IRCd built using Twisted. Made to be extremely customizable.
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

Make ircd.storage keep a cache and write back every 5 sec #9

Closed ekimekim closed 10 years ago

ekimekim commented 10 years ago

This prevents performance problems due to pickling and unpickling a thing thousands of times

ElementalAlchemist commented 10 years ago

Made a few comments on the change. Otherwise I'm fine with this.