Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up
Popular repositories
-
-
-
-
Forked from numba/llvmlite
A lightweight LLVM python binding for writing JIT compilers
-
-
Forked from tornadoweb/tornado
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
Python 1
1,178 contributions in the last year
Activity overview
Contribution activity
January 2020
Created a pull request in apache/arrow that received 7 comments
ARROW-7531: [C++] Reduce header cost
Reduce compilation times by ~9% in debug mode.
In particular, make sure the concrete Array and Builder classes are only included when required.
(ar…
- PARQUET-1716: [C++] Add BYTE_STREAM_SPLIT encoder and decoder
- ARROW-7497: [Python] Stop relying on (deprecated) pandas.util.testing, move to pandas.testing
- ARROW-7526: [C++][Compute] Optimize small integer sorting
- ARROW-7469: [C++] Improve division related bit operations
- ARROW-7309: [Python] Support HDFS federation viewfs
- ARROW-7430: [Python] Add more docstrings to dataset bindings
- ARROW-7328: [CI] GitHub Actions should trigger on changes to GitHub Actions configuration
- ARROW-6994: [C++] Fix aggressive RSS inflation on macOS when jemalloc background_thread is not enabled
Created an issue in aras-p/ClangBuildAnalyzer that received 1 comment
Wall-clock vs CPU clock
While looking at the clang patch that added -ftime-trace, I noticed that it uses std::chrono::steady_clock. That is most certainly a wall clock, no…