stephen thoma

Results 2 comments of stephen thoma

The method used for replaying stored data when switching between currencies (during same page load) could probably be easily leveraged into loading historical data. Long time frames might cause performance...

Also, defining: ``` root = None ``` at the top of the BTree class instantiates it as a class level variable which can cause some unwanted behavior. It's better to...