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,202 contributions in the last year
Activity overview
Contribution activity
January 2020
- pitrou/arrow-testing Shell
- pitrou/oss-fuzz C
Created a pull request in apache/arrow that received 18 comments
ARROW-7648: [C++] Sanitize local paths on Windows
FileSystemFromUri() now tries to convert backslashes to slashes if the original URI fails to parse.
- ARROW-7630: [C++][CI] Check fuzz crash regressions in CI
- ARROW-7601: [Doc][C++] Update fuzzing doc
- ARROW-7632: [C++][CI] Add extension type data to IPC fuzz seed corpus
- ARROW-7622: [Format] Mark Tensor and SparseTensor fields required
- ARROW-7623: [C++] Update generated flatbuffers code
- ARROW-7621: [Doc] Fix doc build
- ARROW-7618: [C++] Fix crashes or undefined behaviour on corrupt IPC input
- ARROW-7577: [CI][C++] Check OSS-Fuzz build in Github Actions
- ARROW-7592: [C++] Fix crashes on corrupt IPC input
- ARROW-7576: [C++][Dev] Improve fuzzing setup
- ARROW-7566: [CI] Use more recent Miniconda on AppVeyor
- ARROW-7510: [C++] Make ArrayData::null_count thread-safe
- ARROW-7219: [Python] [CI] Test with pickle5 installed
- ARROW-7281: [C++] Make Adaptive builders' length match expectations
- ARROW-7552: [C++] [CI] Disable timing-sensitive tests on public CI
- ARROW-7535: [C++] Fix ASAN failures in Array::Validate()
- ARROW-7531: [C++] Reduce header cost
- ARROW-7435: [C++] Validate all list / binary offsets in ValidateFull()
- ARROW-7471: [CI] [Python] Run flake8 on Cython files
- ARROW-7650: [C++][Dataset] enable dataset tests on Windows
- ARROW-7622: [Format] Mark Tensor and SparseTensor fields required
- ARROW-7583: [FlightRPC][C++] relax auth tests due to nondeterminism
- ARROW-7634: [Python] Run pyarrow.dataset tests on Appveyor + fix failures to parse Windows file paths
- ARROW-7614: [Python] Limit size of data in test_parquet.py::test_set_data_page_size
- ARROW-7592: [C++] Fix crashes on corrupt IPC input
- ARROW-7311: [Python] Return filesystem and path from URI
- PARQUET-1766: [C++] Handle parquet::Statistics NaNs and -0.0f as per upstream parquet-mr
- ARROW-7519: [Python] Build wheels, conda packages with dataset support
- ARROW-7465: [C++] Add Arrow memory benchmark for Arm64
- ARROW-7493: [Python] Expose sum kernel in pyarrow.compute and support ChunkedArray inputs
- ARROW-7415: [C++][Dataset] implement IpcFormat
- ARROW-7469: [C++] Improve division related bit operations
- 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-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β¦