mirror of
https://github.com/wangzhe3224/awesome-systematic-trading.git
synced 2026-07-27 18:57:53 +00:00
add profiler
This commit is contained in:
@@ -57,6 +57,7 @@ And I count crypto as whole new category: [>> Click ME to Systematic Crypto](cry
|
||||
- [Fundamental libraries](#fundamental-libraries)
|
||||
- [Computation](#computation)
|
||||
- [Python Performance Booster](#python-performance-booster)
|
||||
- [Python Profilers](#python-profilers)
|
||||
- [Alternative libraries](#alternative-libraries)
|
||||
- [Numpy Alternatives](#numpy-alternatives)
|
||||
- [Pandas Alternatives](#pandas-alternatives)
|
||||
@@ -258,6 +259,12 @@ Note: the one marked as `Live Trading` has reasonable live trading support for a
|
||||
- [NumExpr](https://github.com/pydata/numexpr)  | `Python`, `C++` | - Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas, bcolz and more
|
||||
- [pandarallel](https://github.com/nalepae/pandarallel)  | `Python` | - A simple and efficient tool to parallelize Pandas operations on all available CPUs
|
||||
|
||||
### Python Profilers
|
||||
|
||||
- [py-spy](https://github.com/benfred/py-spy)  - Sampling profiler for Python programs
|
||||
- [pyinstrument](https://github.com/joerick/pyinstrument)  - Call stack profiler for Python. Shows you why your code is slow!
|
||||
- [Memray](https://github.com/bloomberg/memray)  - Memray is a memory profiler for Python
|
||||
|
||||
### Alternative libraries
|
||||
|
||||
#### Numpy Alternatives
|
||||
|
||||
Reference in New Issue
Block a user