data-chunk

There are 3 repositories under data-chunk topic.

  • vicrucann/cacharr

    Matlab class that allows to work with very large matrices through caching; thus avoid matrix allocation out-of-memory error.

    Language:MATLAB5303
  • atayahmet/blobify

    A Javascript automation tool to convert data (file, image etc.) to blob object and vice-versa.

    Language:TypeScript2400
  • alexlin0625/Deduplicator

    Design and implement an efficient data storage locker that utilizes deduplication. The locker should be able to accept files and store them with a minimum storage by storing some common data blocks only once. The file should also be retrieved from the locker without data corruption.

    Language:Java1001