If you need this, why are you using Python? Seriously, can anyone explain that to me?
Memray: a memory profiler for Python
41–50 of 53 posts
Re: Memray: a memory profiler for Python
#42If you need this, why are you using Python? Seriously, can anyone explain that to me?
Re: Memray: a memory profiler for Python
#43Interesting that this comes from Bloomberg.
Re: Memray: a memory profiler for Python
#44Re: Memray: a memory profiler for Python
#45Re: Memray: a memory profiler for Python
#46Tangential question: Does anybody have a good recommendation for a profiler that works well with massively async codebases? My experience has been that the concurrent nature of coroutines can make it hard to reason about what's going on at a particular point in time. If you don't know how many things you're awaiting on at a specific moment (and what potential external stuff they may be interacting with), it's not exa…
Re: Memray: a memory profiler for Python
#47Want to chime in to say it's awesome that Bloomberg is releasing this product to the world. I don't think many financial organizations would even consider releasing anything as open source, even if it is as general purpose as this tool. My current one (HFT,MM) wouldn't go for it. It also shows good engineering practices. I'd venture a guess that they are probably one of the better ones in the space. Makes me want to…
It would make more sense to say "financial data organization", which then makes it a bit more obvious why we'd have a whole lot of employees (6,500+) in Engineering compared to a typical "financial organization" making money primarily by participating in the public/private markets.
Re: Memray: a memory profiler for Python
#48Re: Memray: a memory profiler for Python
#49Really impressive feature set! I just wish it could run on windows too.