Currently the Python bindings allows for too many read and writes access patterns with batching, flat reads etc. This is too expensive to maintain and can cause instability in the long run when only a subset of those is actually useful. Goal is to investigate which paths we can get rid of for simplification without impacting performance.
Currently the Python bindings allows for too many read and writes access patterns with batching, flat reads etc. This is too expensive to maintain and can cause instability in the long run when only a subset of those is actually useful. Goal is to investigate which paths we can get rid of for simplification without impacting performance.