Bytestream Save Toolbox

버전 1.2.0.0 (8.04 KB) 작성자: Jan Berling
Ultrafast saving of workspace variables as bytestreams. Especially useful for big cells and structs.
다운로드 수: 496
업데이트 날짜: 2014/9/10

라이선스 보기

The bytestream toolbox dramatically reduces the occupied disc space, as well as save and load times for .mat files. The high performance gain is possible, because bytestreams are much smaller than conventional Matlab-variables.
The toolbox provides the creation and saving of bytestreams, as well as the loading and restoring of the initial variables, in one step, respectively.
Inclusive streaming and unstreaming times, the save time and storage space needed for big cells or structs, is reduced by up to 99%.
The toolbox uses the undocumented Matlab functions getByteStreamFromArray() and getArrayFromByteStream(). The idea is based on following article on the undocumented Matlab website. http://undocumentedmatlab.com/blog/serializing-deserializing-matlab-data

This is still a beta version. The stability of Matlab may be decreased, while and after using this toolbox.

인용 양식

Jan Berling (2024). Bytestream Save Toolbox (https://www.mathworks.com/matlabcentral/fileexchange/45743-bytestream-save-toolbox), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2011b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Low-Level File I/O에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

- saveBs, saveVarBs, loadBs, loadVarBs changed inputs
- Don't overwrite case unequal files anymore
- faster & cleaner code

1.1.0.0

Link to originating source webpage.

1.0.0.0