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,335 contributions in the last year
Less
More
Activity overview
Contribution activity
February 2021
Created 29 commits in 5 repositories
Created 2 repositories
- pitrou/xsimd C++
- pitrou/flatbuf_issue C++
Created a pull request in apache/arrow that received 15 comments
ARROW-11744: [C++] Add xsimd dependency
xsimd is header-only and is bundled from a git changeset.
+85
−40
•
15
comments
Opened 22 other pull requests in 3 repositories
apache/arrow
3
open
15
closed
- ARROW-11662: [C++] Support sorting decimal and fixed size binary data
- ARROW-11768: [CI][C++] Make s390x job required
- ARROW-11665: [C++][Python] Improve docstrings for decimal and union types
- ARROW-11741: [C++] Fix decimal casts on big endian platforms
- ARROW-11694: [C++] Fix Take() with no validity bitmap but unknown null count
- ARROW-8732: [C++] Add basic cancellation API (v2)
- ARROW-10360: [CI] Bump Github Actions cache version
- ARROW-10420: [C++] Refactor io and filesystem APIs to take an IOContext
- ARROW-11391: [C++] Allow writing more than 2 GB to HDFS
- ARROW-11418: [Doc] Add buffer compression to IPC support matrix
- ARROW-11559: [C++] Add regression file
- ARROW-11571: [CI] Cancel stale Github Actions workflow runs
- ARROW-11559: [C++] Use smarter Flatbuffers verification parameters
- ARROW-11556: [C++] Assorted benchmark-related improvements
- [C++] Assorted benchmark-related improvements
- ARROW-11417: [Integration] Add integration tests for buffer compression
- ARROW-11483: [C++] Write integration JSON files compatible with the Java reader
- ARROW-11427: [C++] On Windows, only use AVX512 when enabled by the OS
xtensor-stack/xsimd
1
open
1
merged
apache/arrow-testing
2
merged
Reviewed 40 pull requests in 3 repositories
apache/arrow 38 pull requests
- ARROW-11786: [C++] Remove noisy CMake message
- ARROW-10420: [C++] Refactor io and filesystem APIs to take an IOContext
- ARROW-11695: [C++][FlightRPC] fix option to disable TLS verification
- ARROW-2229: [C++][Python] Add WriteCsv functionality.
- ARROW-11767: [C++] Scalar::Hash may segfault
- ARROW-11174: [C++][Dataset] Make expressions available to projection
- ARROW-11541: [C++][Compute] Implement tdigest kernel
- ARROW-11680: [C++] Add vendored version of folly's spsc queue
- ARROW-11575: [Developer][Archery] Expose execution time in benchmark results
- ARROW-11573: [Developer][Archery] Google benchmark now reports run type
- ARROW-11737: [C++] Patch vendored xxhash for Solaris
- ARROW-11501: [C++] endianness check does not work on Solaris
- ARROW-11724: [C++] Resolve namespace collisions with protobuf 3.15
- ARROW-11595: [C++][NIGHTLY:test-conda-cpp-valgrind] Avoid branching on potentially indeterminate values in GenerateBitsUnrolled
- ARROW-8732: [C++] Add basic cancellation API (v2)
- ARROW-11685: [C++] Fix typo: FutureStessTest -> FutureStressTest
- ARROW-11470: [C++] Detect overflow on computation of tensor strides
- ARROW-11668: [C++] Sporadic UBSAN error in FutureStessTest.TryAddCallback
- ARROW-9196: [C++][Compute] All casts accept scalar and sliced inputs
- ARROW-11518: [C++][Parquet] Fix buffer allocation in parquet reader
- ARROW-8797: [C++] Read RecordBatch in a different endian
- ARROW-11607: [C++][Parquet] Update values_capacity_ when resetting.
- ARROW-8919: [C++][Compute][Dataset] Add Function::DispatchBest to accomodate implicit casts
- ARROW-11418: [Doc] Add buffer compression to IPC support matrix
- ARROW-10183: [C++] Apply composable futures to CSV
- Some pull request reviews not shown.
apache/arrow-testing 1 pull request
pitrou/arrow 1 pull request
Created an issue in xtensor-stack/xsimd that received 7 comments
load_(un)aligned slightly unergonomic
I was trying to load from memory using an explicit batch type: const int8_t* data = ...; using simd_batch = xsimd::batch<int8_t, 16>; const simd_ba…
7
comments