Marshall Lochbaum
|
218a8b069e
|
Rework reshape of singleton
|
2022-09-23 15:32:27 -04:00 |
|
Marshall Lochbaum
|
8e24da8e8e
|
Adjust Replicate thresholds
|
2022-09-23 08:22:41 -04:00 |
|
Marshall Lochbaum
|
8a13bf9476
|
Constant boolean replicate
|
2022-09-22 22:32:52 -04:00 |
|
Marshall Lochbaum
|
7f6cf06eea
|
Merge scan-based sparse Indices/Replicate code with macros
|
2022-09-22 22:09:56 -04:00 |
|
Marshall Lochbaum
|
d647978c8f
|
Type-independent Replicate by constant
|
2022-09-22 21:42:18 -04:00 |
|
Marshall Lochbaum
|
ec12dd4502
|
Switch to forward inclusive sums for all radix sorting, and use Singeli
Removes SWAR for 8-bit counts, since reverse sorting uses negatives
|
2022-09-22 16:44:05 -04:00 |
|
Marshall Lochbaum
|
8e1d8bb42c
|
Use Singeli max/min scan for Indices and Sort
|
2022-09-22 15:17:54 -04:00 |
|
Marshall Lochbaum
|
bc4f5167fb
|
Constant replicate using plus-scan
|
2022-09-21 19:40:04 -04:00 |
|
Marshall Lochbaum
|
6ed3c18389
|
Implement SIMD wrapping plus-scan for Replicate
|
2022-09-21 19:40:04 -04:00 |
|
dzaima
|
c42f0fd699
|
revert de4fca85
|
2022-09-22 01:18:41 +03:00 |
|
dzaima
|
de4fca859f
|
extract arr_shCopy
|
2022-09-22 00:51:04 +03:00 |
|
dzaima
|
06fe437520
|
bitarr reversing
|
2022-09-22 00:38:09 +03:00 |
|
dzaima
|
1e3089ceaa
|
fast ⍉𝕩 when 2=≠𝕩
|
2022-09-20 22:29:32 +03:00 |
|
dzaima
|
7c4673f972
|
more num_squeezeChk
|
2022-09-20 19:27:23 +03:00 |
|
dzaima
|
42ae82eb1f
|
simpler slash_ucw !elInt(w) case
|
2022-09-20 19:14:02 +03:00 |
|
dzaima
|
741d7ca31d
|
Merge pull request #43 from mlochbaum/cellwidth
Type-independent code, and Replicate improvements
|
2022-09-20 19:07:21 +03:00 |
|
dzaima
|
42e36851b9
|
more cleanup
|
2022-09-20 18:57:22 +03:00 |
|
dzaima
|
f231a30057
|
fix 𝕨⊔0
|
2022-09-20 17:36:55 +03:00 |
|
dzaima
|
cec5b7dc6c
|
slash.c cleanup
|
2022-09-20 17:32:12 +03:00 |
|
Marshall Lochbaum
|
01f73dc83b
|
Move usum and bit_sum from numarr.h to stuff.c
|
2022-09-19 19:38:26 -04:00 |
|
Marshall Lochbaum
|
ac4729bb29
|
Use grouped compress for all byte sizes if the number of groups is small enough
|
2022-09-19 19:31:44 -04:00 |
|
Marshall Lochbaum
|
11e3db1787
|
Can't call harr withFill before adding data to array
|
2022-09-19 11:15:47 -04:00 |
|
Marshall Lochbaum
|
05401547c1
|
Grouped compress for odd cell widths
|
2022-09-19 10:52:26 -04:00 |
|
Marshall Lochbaum
|
9af77e63ee
|
Split up partitioning loop in Group for rank 1 and rank>1 cases
|
2022-09-18 16:43:19 -04:00 |
|
Marshall Lochbaum
|
12c4fd0b07
|
Vectorizable usum code for i8, i16, i32
|
2022-09-18 16:15:20 -04:00 |
|
Marshall Lochbaum
|
d525acb51e
|
Merge branch 'master' into cellwidth
|
2022-09-18 15:26:34 -04:00 |
|
dzaima
|
9453a9b665
|
remove old loops for non-bitarr 𝕨 consisting of 0 and 1 from 𝕨/𝕩
|
2022-09-18 22:12:07 +03:00 |
|
dzaima
|
43ddb9759c
|
inline part of depth
|
2022-09-18 21:58:53 +03:00 |
|
dzaima
|
dd56cfab20
|
allow using picked element of ⌾(n⊸⊑) in-place
|
2022-09-18 21:00:51 +03:00 |
|
dzaima
|
770f7b2f0c
|
check type directly in pick_ucw
|
2022-09-18 20:17:48 +03:00 |
|
dzaima
|
c0cf58ffc2
|
use existing function for 8-bit utf8Decode
|
2022-09-18 20:17:20 +03:00 |
|
Marshall Lochbaum
|
cae65947cd
|
Apply fast Replicate code whenever the cell size is right
|
2022-09-17 21:01:17 -04:00 |
|
Marshall Lochbaum
|
ea1367e639
|
Handle cell size 0 correctly in cellWidthLog()
|
2022-09-17 21:01:13 -04:00 |
|
Marshall Lochbaum
|
c72b9b5abd
|
Redo replicate with sparse and dense cases
|
2022-09-17 16:17:47 -04:00 |
|
Marshall Lochbaum
|
5f196c49d9
|
Extend sparse and dense where to all cases fitting in i32s
|
2022-09-16 22:01:56 -04:00 |
|
Marshall Lochbaum
|
fb1230bcc2
|
Sparse Indices prototype
|
2022-09-16 22:01:56 -04:00 |
|
Marshall Lochbaum
|
26c3dbfeea
|
Start using type-independent utilities in compress()
|
2022-09-16 22:01:56 -04:00 |
|
Marshall Lochbaum
|
3505e1515e
|
Extend Group where 𝕨 is an integer list to handle higher-rank 𝕩
|
2022-09-16 22:01:56 -04:00 |
|
Marshall Lochbaum
|
21033fa355
|
Move Group to its own file
|
2022-09-16 22:01:56 -04:00 |
|
Marshall Lochbaum
|
0b1ded14e0
|
Type-independent Reverse
|
2022-09-16 22:01:56 -04:00 |
|
Marshall Lochbaum
|
b84a2d4e1f
|
Special-casing for length 1 in self-search functions
|
2022-09-16 22:01:56 -04:00 |
|
Marshall Lochbaum
|
57d33990e3
|
Make self-search special code only depend on cell size
|
2022-09-16 22:01:56 -04:00 |
|
dzaima
|
5bf4e20ead
|
PREFIX and DESTDIR for make install
|
2022-09-14 16:57:23 +03:00 |
|
dzaima
|
9c5396e711
|
consistently output WARN_SLOW information on stderr
|
2022-09-12 20:12:32 +03:00 |
|
dzaima
|
89503ba1c1
|
don't not check top bits in LIKELY & RARE
|
2022-09-12 19:51:07 +03:00 |
|
dzaima
|
889c520251
|
move slash_im setting
|
2022-09-12 18:32:56 +03:00 |
|
dzaima
|
a46ec7343e
|
not slow ⍉bitarr, fix ⊢⌾⍉ 2‿3‿4⥊↕24
|
2022-09-12 18:27:18 +03:00 |
|
dzaima
|
32d533b6e2
|
don't print left argument of ⊑ if it's large
|
2022-09-12 18:21:04 +03:00 |
|
dzaima
|
47c4a53da4
|
fix WARN_SLOW build
|
2022-09-12 18:19:05 +03:00 |
|
dzaima
|
fa4c5424d3
|
Merge pull request #42 from mlochbaum/group
Group, Where, Compress
|
2022-09-12 18:14:12 +03:00 |
|