[DOC] Container Architecture & Chunking Sizing Guide (Decision Matrix)
Los mantenedores suelen responder en 2 días
Nadie ha tomado este issue todavía.
Evaluación
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Aptitud para principiantes
- 70/100
- Tipo de issue
- Documentación
- Claridad
- Bien especificado
- Estado de actividad
- Activo
- Stack tecnológico
- markdown, python
- Área
- documentation
Línea de trabajo
The guide will be a new Markdown file at doc/getting_started/choosing_containers_and_chunking.md. Start by reading the existing doc/getting_started/index.rst to understand the documentation structure and the linked issue #651 for terminology. Review the project's README and the main documentation to understand the different container types (NDArray, CTable, etc.) and their use cases. The guide should include a decision matrix table and chunking guidelines. Done looks like a complete Markdown file that is linked from the index.
Escrito por el modelo de indexación a partir del texto del issue.
Descripción
New contributors and users face two key architectural questions when getting started:
- Which container should I choose? (
NDArrayvsCTablevsSChunkvsTreeStorevsDictStorevsBatchArray). - How do I choose chunk and block shapes? (Balancing compression ratio, CPU cache locality, slicing granularity, and storage overhead).
While issue #651 addresses a terminology glossary, there is no practical decision matrix or chunking rules-of-thumb guide in the documentation.
Suggested Work
Create a Markdown guide at doc/getting_started/choosing_containers_and_chunking.md (and link it from doc/getting_started/index.rst).
The guide should feature:
- Container Decision Matrix: A structured table comparing:
- Data Geometry (multidimensional, tabular/relational, key-value, hierarchical tree)
- Read/write mutability and append performance
- Query capabilities (expression evaluation, SQL/where filtering, coordinate slicing)
- On-disk layout (
.b2nd,.b2frame,.b2z,.b2d)
- Chunking vs. Blocking Rules of Thumb:
- Clear explanation of the two-level chunking hierarchy: chunks represent disk/network transfer units (typically 1 MB – 64 MB), whereas blocks represent CPU cache units (typically 64 KB – 1 MB to fit L2/L3 caches).
- Practical guidelines for 1D, 2D, and 3D data geometries.
- Trade-offs: large chunks (better compression) vs. small chunks (faster random slicing).
- Lenguaje dominante
- Python
- Estrellas
- 211
- Forks
- 63
- Merge medio
- 2 d 1 h
- PR fusionados (30 d)
- 9
Preparar el entorno
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Más de Blosc/python-blosc2
-
documentation sustain-2026
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
Blosc/python-blosc2#720 · 3 comentarios ·
Los mantenedores suelen responder en 2 días
-
sustain-2026
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
Blosc/python-blosc2#717 ·
Los mantenedores suelen responder en 2 días
-
documentation sustain-2026
Dificultad 2/5 1-3 horas Aptitud para principiantes 80/100
Blosc/python-blosc2#714 ·
Los mantenedores suelen responder en 2 días
-
Improve the remote array guideAbiertodocumentation sustain-2026
Dificultad 2/5 1-3 horas Aptitud para principiantes 76/100
Blosc/python-blosc2#710 ·
Los mantenedores suelen responder en 2 días
-
documentation sustain-2026
Dificultad 2/5 Medio día Aptitud para principiantes 74/100
Blosc/python-blosc2#651 · 5 comentarios ·
Los mantenedores suelen responder en 2 días
Todos los issues de Blosc/python-blosc2
Issues similares
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 76/100
PedestrianDynamics/pyFDS-Evac#199 ·
Los mantenedores suelen responder en 1 día
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 65/100
521xueweihan/HelloGitHub#3790 ·
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 78/100
sandialabs/atlas-ui-3#978 ·
Los mantenedores suelen responder en 1 día
-
area: tests perceived difficulty: 2
Dificultad 2/5 1-3 horas Aptitud para principiantes 72/100
Nitjsefnie-Harness-Commons/daedalus#1255 ·
Los mantenedores suelen responder en 1 día
-
hf-audiolm-qwen: `generate_until` hardcodes `.to("cuda")` and aborts on non-CUDA acceleratorsAbierto
Dificultad 2/5 1-3 horas Aptitud para principiantes 86/100
EleutherAI/lm-evaluation-harness#4256 ·
Los mantenedores suelen responder en 1 día