This website requires JavaScript.
Explore
Help
Register
Sign In
kqjy
/
MyFSIO
Watch
1
Star
0
Fork
0
You've already forked MyFSIO
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
33
Wiki
Activity
Files
4a553555d371f4174d43524f9cd387f875f82e93
MyFSIO
/
myfsio_core
/
src
History
kqjy
72f5d9d70c
Restore data integrity guarantees: Content-MD5 validation, fsync durability, atomic metadata writes, concurrent write protection
2026-03-07 17:54:00 +08:00
..
crypto.rs
Move performance-critical Python functions to Rust: streaming I/O, multipart assembly, and AES-256-GCM encryption
2026-02-27 22:55:20 +08:00
hashing.rs
Add Rust extension module (myfsio_core) for SigV4, hashing, and validation hot paths
2026-02-16 16:04:15 +08:00
lib.rs
Move performance-critical Python functions to Rust: streaming I/O, multipart assembly, and AES-256-GCM encryption
2026-02-27 22:55:20 +08:00
metadata.rs
Move index JSON read to Rust for GIL-released parsing (serde_json)
2026-02-19 22:43:28 +08:00
sigv4.rs
Move SigV4 canonical request construction to Rust unified verify function
2026-02-22 14:03:12 +08:00
storage.rs
Extend myfsio_core Rust extension with 7 storage hot paths (directory scanning, metadata I/O, object listing, search, bucket stats, cache building)
2026-02-27 12:22:39 +08:00
streaming.rs
Restore data integrity guarantees: Content-MD5 validation, fsync durability, atomic metadata writes, concurrent write protection
2026-03-07 17:54:00 +08:00
validation.rs
Add Rust extension module (myfsio_core) for SigV4, hashing, and validation hot paths
2026-02-16 16:04:15 +08:00