|
28 | 28 | :column: col-lg-4 col-md-6 col-sm-12 mb-4 |
29 | 29 | :container: + gap-3 |
30 | 30 |
|
31 | | - **Excellent compression capabilities** |
| 31 | + **N-dimensional, compressed arrays** |
32 | 32 |
|
33 | 33 |
|
34 | | - Blosc2 combines `advanced codecs and filters <https://www.blosc.org/posts/bytedelta-enhance-compression-toolset/>`_ for efficient compression, reducing storage space while maintaining high performance. |
| 34 | + `NDArray objects <https://www.blosc.org/python-blosc2/getting_started/tutorials/01.ndarray-basics.html>`_ allow for efficient storage and manipulation of multidimensional data, making it easy to work with complex data sets. |
35 | 35 |
|
36 | 36 | --- |
37 | 37 |
|
38 | | - **Optimized compute engine** |
| 38 | + **Excellent compression capabilities** |
39 | 39 |
|
40 | 40 |
|
41 | | - Blosc2 accelerates complex mathematical operations and reductions with an |
42 | | - `optimized compute engine <https://www.blosc.org/posts/ndim-reductions/>`_, |
43 | | - achieving high-performance for computing and data analysis. |
| 41 | + Combines `advanced codecs and filters <https://www.blosc.org/posts/bytedelta-enhance-compression-toolset/>`_ for efficient compression, reducing storage space while maintaining high performance. |
44 | 42 |
|
45 | 43 | --- |
46 | 44 |
|
47 | | - **N-dimensional, compressed arrays** |
| 45 | + **Optimized compute engine** |
48 | 46 |
|
49 | 47 |
|
50 | | - `NDArray objects <https://www.blosc.org/python-blosc2/getting_started/tutorials/01.ndarray-basics.html>`_ allow for efficient storage and manipulation of multidimensional data, making it easy to work with complex data sets. |
| 48 | + For accelerating complex mathematical operations and reductions with an `optimized compute engine <https://www.blosc.org/posts/ndim-reductions/>`_, achieving high-performance for computing and data analysis. |
51 | 49 |
|
52 | 50 | --- |
53 | 51 |
|
54 | | - **Binary data optimization** |
55 | | - |
| 52 | + **Super simple format** |
56 | 53 |
|
57 | | - Designed to compute with compressed binary data (integers, floats, bools), Blosc2 is specially meant for |
58 | | - `high-performance numerical applications <https://nbviewer.org/github/Blosc/python-blosc2/blob/main/bench/lazyarray-expr-small-dask.ipynb>`_. |
| 54 | + Blosc2's `simple format <https://github.com/Blosc/c-blosc2/blob/main/README_FORMAT.rst>`_, with specs taking less than 1000 lines, makes it easy to integrate with other systems and tools. |
59 | 55 |
|
60 | 56 | --- |
61 | 57 |
|
62 | 58 | **Flexible storage** |
63 | 59 |
|
64 | 60 |
|
65 | | - By offering storage in `memory, disk <https://github.com/Blosc/python-blosc2/blob/main/doc/getting_started/tutorials/01.ndarray-basics.ipynb>`_, or `network <https://ironarray.io/caterva2>`_, Blosc2 adapts to your needs and facilitates integration into various systems. |
| 61 | + Can store data in `memory, disk <https://github.com/Blosc/python-blosc2/blob/main/doc/getting_started/tutorials/01.ndarray-basics.ipynb>`_, or `network <https://ironarray.io/caterva2>`_, adapting to your needs and facilitates integration into various systems. |
66 | 62 |
|
67 | 63 | --- |
68 | 64 |
|
|
0 commit comments