Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix a linear space calculation bug in BipartiteBuf
This fixes a bug where the linear space until the end of the buffer was not calculated correctly. In debug builds, an assert would trigger however for release there could be data corruption.
- Loading branch information