summaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23153 from seiko2plus/removes_old_cpu_dispatcherCharles Harris2023-02-222-143/+263
|\
| * BENCH: Add new data generatorSayed Adel2023-02-201-0/+109
| * BENCH: cover auto-vectorized ufunc operationsSayed Adel2023-02-201-25/+72
| * BENCH: Clean up ufunc_stridesSayed Adel2023-02-201-139/+103
* | BENCH: Add benchmark for put and types for putmaskSebastian Berg2023-02-201-1/+1
* | MAINT: Further removal of PyArray_Item_INCREF useSebastian Berg2023-02-201-1/+19
* | ENH: Avoid use of item XINCREF and DECREF in fasttakeSebastian Berg2023-02-201-1/+1
|/
* Merge pull request #22315 from r-devulap/avxsortMatti Picus2023-02-151-1/+1
|\
| * BENCH: Add float16 to sort benchmarksRaghuveer Devulapalli2023-01-301-1/+1
* | ENH: add indexed loops for maximum, minimum, fmax, fmin (#23177)Matti Picus2023-02-091-2/+6
* | Merge pull request #23136 from mattip/indexed-looposSebastian Berg2023-02-071-1/+1
|\ \
| * | BENCH: fix benchmarkmattip2023-01-311-1/+1
| |/
* | BENCH, SIMD: Add strides in/out for complex benchmarkSayed Adel2023-01-291-15/+29
|/
* BENCH: Add two small additional overhead core benchmarksSebastian Berg2023-01-171-0/+9
* ENH: Faster numpy.load (try/except _filter_header) (#22916)Michael2023-01-131-2/+11
* Merge pull request #22889 from mattip/speedup-ufunc.at-mainSebastian Berg2023-01-031-0/+10
|\
| * BENCH: use intp dtype when indexingMatti Picus2023-01-031-1/+1
| * add fast iter loop and benchmarkmattip2022-12-261-0/+10
* | DOC: linting, spellingMatti Picus2023-01-021-1/+2
* | DOC: describe the quick commandMatti Picus2023-01-021-2/+3
* | DOC: Update to clarify local benchmark testingRohit Goswami2023-01-011-0/+11
* | DOC: Update to remove benchmark contributionsRohit Goswami2022-12-311-4/+3
* | DOC: Cleanup and simplify with ASVRohit Goswami2022-12-261-5/+4
* | DOC: Add details on benchmarking versionsRohit Goswami2022-12-261-0/+20
|/
* Merge pull request #22731 from HaoZeke/maBenchCleanupMatti Picus2022-12-051-0/+146
|\
| * BENCH: Port ma/bench.py to asvRohit Goswami2022-12-051-0/+146
* | BENCH: Add a test for masked array creationsRohit Goswami2022-12-031-0/+8
|/
* MAINT: change subprocess arguments from Python>=3.7Mike Taves2022-10-271-1/+1
* MAINT: remove u-prefix for former Unicode strings (#22479)Mike Taves2022-10-261-16/+16
* MAINT: Fix linter errorRaghuveer Devulapalli2022-09-261-1/+1
* BENCH: Add benchmarks for fp16 umath functionsRaghuveer Devulapalli2022-09-261-1/+1
* Fixed linter errorsMatthew Sterrett2022-09-091-1/+4
* BENCH: Adds benchmarks for arctan2 and powerMatthew Sterrett2022-09-091-0/+17
* remove unneeded future importsJake Bowhay2022-07-173-6/+0
* Merge pull request #21832 from eendebakpt/optimize_linspaceMatti Picus2022-07-081-0/+9
|\
| * add linspace benchmarkPieter Eendebak2022-06-271-0/+9
* | Merge pull request #12065 from MilesCranmer/masterSebastian Berg2022-06-231-0/+19
|\ \ | |/ |/|
| * BENCH: Add benchmark for integer input to np.isinMilesCranmer2022-06-091-0/+19
* | ENH: Implement string comparison ufuncs (or almost) (#21041)Sebastian Berg2022-06-101-0/+45
|/
* SIMD: Use universal intrinsics to implement comparison functionsRafael Cardoso Fernandes Sousa2022-05-231-1/+18
* add test for small percentilePieter Eendebak2022-05-101-1/+4
* fix mean testPieter Eendebak2022-05-101-2/+2
* PERF Add benchmarks targeted at small arrays and scalarsPieter Eendebak2022-05-104-1/+67
* Merge pull request #21188 from seberg/scalar-math-rewriteMatti Picus2022-05-071-0/+34
|\
| * BENCH: Add scalar/array mixed arithmetic cases to the benchmarkSebastian Berg2022-05-061-0/+22
| * MAINT,ENH: Rewrite scalar math logicSebastian Berg2022-04-241-0/+12
* | DEV: Pin setuptools in the asv configSebastian Berg2022-05-062-0/+2
|/
* DOC: various spell checks and typo fixes (#21314)Logan Thomas2022-04-101-25/+25
* BENCH: Kron benchmarks (#21232)Ganesh Kathiresan2022-03-271-0/+18
* BENCH: make the np.where benchmark more completeJérôme Richard2022-03-051-0/+55