samjtro / schwab

⚡ fast unofficial schwab traderapi hook
https://pkg.go.dev/github.com/samjtro/schwab
GNU General Public License v2.0
3 stars 0 forks source link

performance testing #55

Open samjtro opened 3 weeks ago

samjtro commented 3 weeks ago

getting close to v0.9.0, so i wanted to create this so i had a place to discuss a few things related to performance.

  1. after switching from td to schwab, the ameritrade api has seemingly become much slower. request time average for the realtime quotes went from 70ms to 130ms, and that's after i did a bunch of performance improvements from the original library. im going to reach out to the traderapi team to see what they say.
  2. need to go through and do a systematic review of all of the functions. have done a lot of work very fast in the last week or so, i need to go back through and lean it up a bit.
  3. concurrency