Skip to content

Release 2.6.0

Compare
Choose a tag to compare
@sarvjeets sarvjeets released this 22 Jun 04:30
· 135 commits to develop since this release
v2.6.0
44178fd

lak commands that access the whole portfolio (e.g. lak list assets) now uses multiple threads to fetch asset values, thus speeding up fetches considerably.

Added

  • Added functionality in the cache module to prefetch multiple cached objects
    in parallel threads.
  • Added prefetch method in assets that calls the newly added functionality
    in the cache module. Also, added a prefetch method to portfolio that
    prefetches the prices/names for all the assets in the portfolio in parallel.

Changed

  • lak command that access the whole portfolio now uses prefetch to
    speed up refreshing the prices of the portfolio by using multiple threads to
    do so.

Full Changelog: v2.5.0...v2.6.0