File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ using the msgpack format. Here it is the format for the *metalayers*::
190
190
(``uint8 ``) Compression codec metadata associated with the compression codec. Only used in user-defined codecs.
191
191
192
192
:map of metalayers:
193
- This is a *msgpack-formattted * map for the different metalayers. The keys will be a string (0xa0 + namelen) for
193
+ This is a *msgpack-formatted * map for the different metalayers. The keys will be a string (0xa0 + namelen) for
194
194
the names of the metalayers, followed by an int32 (0xd2) for the *offset * of the value of this metalayer. The
195
195
actual value will be encoded as a bin32 (0xc6) value later in header.
196
196
Original file line number Diff line number Diff line change @@ -293,9 +293,9 @@ Changes from 2.0.0a4 to 2.0.0a5
293
293
- Preliminary support for Neon instruction set in ARM CPUs. Shuffle seems
294
294
to work well, but still some issues with bitshuffle.
295
295
296
- - Internal LZ4 sources bumbed to 1.8.2.
296
+ - Internal LZ4 sources bumped to 1.8.2.
297
297
298
- - Internal Zstd sources bumbed to 1.3.4.
298
+ - Internal Zstd sources bumped to 1.3.4.
299
299
300
300
301
301
Changes from 2.0.0a3 to 2.0.0a4
Original file line number Diff line number Diff line change 14
14
15
15
* @littlezhou implemented the AVX2 version of shuffle routines.
16
16
17
- * Julian Taylor contributed a way to detect AVX2 in runtime and calling the appropriate routines only if the undelying hardware supports it.
17
+ * Julian Taylor contributed a way to detect AVX2 in runtime and calling the appropriate routines only if the underlying hardware supports it.
18
18
19
19
* Lucian Marc provided the support for ARM/NEON for the shuffle filter.
20
20
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ void test_create_sframe_frame(char* operation) {
253
253
blosc2_remove_urlpath (storage2 .urlpath );
254
254
schunk_cframe = blosc2_schunk_new (& storage2 );
255
255
256
- printf ("Test comparation frame vs sframe with %d chunks.\n" , nchunks );
256
+ printf ("Test comparison frame vs sframe with %d chunks.\n" , nchunks );
257
257
258
258
// Feed it with data
259
259
sframe_append_time = 0.0 ;
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ The particularity of *NDCELL* is that this filter
52
52
considers datasets multidimensionality and takes advantage of it instead
53
53
of processing all data as serial.
54
54
55
- The main disadvantage of * NDCELL* is that only a few codecs are benefied
55
+ The main disadvantage of * NDCELL* is that only a few codecs are benefited
56
56
by it and only for multidimensional datasets.
57
57
58
58
You can’t perform that action at this time.
0 commit comments