Commit 595fd92
committed
Remove patches from BitPackedArray
removes both the patches field as well as all code for handling patches.
this is safe to do now that we have updated the VTable build function to
always read methods.
note that we need to leave the metadata as-is.
Signed-off-by: Andrew Duffy <andrew@a10y.dev>1 parent e8e4a97 commit 595fd92
File tree
31 files changed
+2304
-2143
lines changed- encodings
- alp/src/alp_rd
- fastlanes
- benches
- src
- bitpacking
- array
- compute
- vtable
- delta/array
- for/array
- vortex-array/src/arrays/patched
- vortex-btrblocks/src/schemes
- vortex-cuda
- benches
- src
- dynamic_dispatch
- hybrid_dispatch
- kernel
- encodings
- patched
- vortex-test/compat-gen/src/fixtures/arrays/synthetic/encodings
- vortex/benches
31 files changed
+2304
-2143
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
229 | 230 | | |
230 | 231 | | |
231 | 232 | | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
239 | 239 | | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | 164 | | |
171 | 165 | | |
172 | 166 | | |
| |||
186 | 180 | | |
187 | 181 | | |
188 | 182 | | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | 183 | | |
196 | 184 | | |
197 | 185 | | |
| |||
250 | 238 | | |
251 | 239 | | |
252 | 240 | | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | 241 | | |
260 | 242 | | |
261 | 243 | | |
| |||
0 commit comments