fs_extra icon indicating copy to clipboard operation
fs_extra copied to clipboard

File change by part without load file on memory

Open webdesus opened this issue 7 years ago • 0 comments

Some files can be bigger but we want to change only one little part of this file. Will be a stupid load all full file data in a memory. It's will be interesting for people who work on own format. I want to make two operations at the current moment:

  • [x] change_block. This operation will change only one information block
  • [x] change_blocks. This function will get many blocks for changes and will be made it more optimize
  • [ ] Optimize change_blocks function.
  • [ ] Write docs for both functions

webdesus avatar Dec 09 '18 15:12 webdesus