Skip to content

Commit

Permalink
Stream encoding passes, SPICE and CSV improvments
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiker committed Sep 3, 2024
1 parent 5b471a0 commit 793dc96
Show file tree
Hide file tree
Showing 25 changed files with 1,818 additions and 394 deletions.
2 changes: 1 addition & 1 deletion das2/buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ DAS_API DasErrCode DasBuf_initReadWrite(DasBuf* pThis, char* sBuf, size_t uLen);
DAS_API DasErrCode DasBuf_initReadOnly(DasBuf* pThis, const char* sBuf, size_t uLen);

/** Re-initialize a buffer including read and write points
* This version can be a little quicker than init_DasBuffer() because it only
* This version can be a little quicker than DasBuffer_init() because it only
* zero's out the bytes that were written, not the entire buffer.
*
* @memberof DasBuf
Expand Down
Loading

0 comments on commit 793dc96

Please sign in to comment.