|
18 | 18 | **Binary data optimization** |
19 | 19 |
|
20 | 20 |
|
21 | | - Blosc2 is designed to optimize binary data (integers, floats, bools), enhancing |
22 | | - compression, and accelerating processing, making it ideal for high-performance numerical |
23 | | - applications. |
| 21 | + Blosc2 is designed to enhance compression for binary data (integers, floats, bools), |
| 22 | + making it ideal for high-performance numerical applications. |
24 | 23 |
|
25 | 24 | --- |
26 | 25 |
|
27 | 26 | **Flexible storage** |
28 | 27 |
|
29 | 28 |
|
30 | | - Blosc2 offers storage in memory, disk, or network, adapting to your needs and |
31 | | - facilitating integration into various systems. |
| 29 | + Blosc2 offers storage in memory, disk, or `network <https://ironarray.io/caterva2>`_, |
| 30 | + adapting to your needs and facilitating integration into various systems. |
32 | 31 |
|
33 | 32 | --- |
34 | 33 |
|
35 | 34 | **N-dimensional, compressed arrays** |
36 | 35 |
|
37 | 36 |
|
38 | | - Blosc2 supports NDArray objects for the efficient storage and manipulation of |
39 | | - multidimensional data, making it ideal for complex data sets. |
| 37 | + Blosc2 supports `NDArray objects <https://www.blosc.org/python-blosc2/getting_started/tutorials/02.ndarray-basics.html>`_ |
| 38 | + for efficient storage and manipulation of multidimensional data, making it ideal for complex data sets. |
40 | 39 |
|
41 | 40 | --- |
42 | 41 |
|
43 | 42 | **Two-level partitions** |
44 | 43 |
|
45 | 44 |
|
46 | 45 | Blosc2 employs two-level partitions to optimize CPU cache, enhancing data access and |
47 | | - performance in computational tasks. |
| 46 | + performance in computational tasks. Tailored for modern multi-core processors. |
48 | 47 |
|
49 | 48 | --- |
50 | 49 |
|
51 | 50 | **Optimized compute engine** |
52 | 51 |
|
53 | 52 |
|
54 | 53 | Blosc2 accelerates complex mathematical operations and data processing with an |
55 | | - optimized compute engine. |
| 54 | + optimized compute engine. Ideal for high-performance computing and data analysis. |
56 | 55 |
|
57 | 56 | .. raw:: html |
58 | 57 |
|
|
0 commit comments