mdsteele / rust-cab

Rust library for encoding/decoding Windows cabinet (.cab) files
MIT License
15 stars 8 forks source link

feat: Less allocations #19

Closed ikrivosheev closed 1 year ago

ikrivosheev commented 1 year ago

Depends on: https://github.com/mdsteele/rust-cab/pull/18 Part of: https://github.com/mdsteele/rust-cab/pull/16

Changes:

  1. Moved files from FolderEntry to Cabinet
  2. Reduced the number of allocations
  3. Reduced the complexity of the search files by filename
mdsteele commented 1 year ago

Can you rebase now that #18 is merged?

ikrivosheev commented 1 year ago

Can you rebase now that #18 is merged?

Done)