Skip to content

Feb-2024

Compare
Choose a tag to compare
@hosseinmoein hosseinmoein released this 01 Feb 14:14
· 140 commits to master since this release
b8067bc

Please consider sponsoring DataFrame, especially if you are using it in Production Capacity. It is the strongest form of appreciation

multithreading was completely redesigned by using a versatile thread-pool. Almost every API has a multithreaded version that kicks in for large datasets. This justifies increasing the major version number
Added a thread-pool.
All Async calls now use the thread-pool.
Sort now uses parallel sort for large datasets.
Added multithreading to almost all algorithms.
Enhanced docs and hello world.