This website requires JavaScript.
Explore
Help
Sign In
gered
/
pso_gc_tools
Watch
1
Star
0
Fork
You've already forked pso_gc_tools
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
3ea12afda2
pso_gc_tools
/
Cargo.toml
9 lines
92 B
TOML
Raw
Normal View
History
Unescape
Escape
initial commit starting conversion of these tools over to rust. ported fuzziqer encryption and prs compression routines over
2021-05-15 14:47:19 -04:00
[
workspace
]
members
=
[
"psoutils"
,
add gci_quest_extract tool
2021-05-25 18:41:34 -04:00
"psogc_quest_tool"
,
"gci_quest_extract"
initial commit starting conversion of these tools over to rust. ported fuzziqer encryption and prs compression routines over
2021-05-15 14:47:19 -04:00
]
call memcmp directly during prs_compress since we're doing offset/length checks regardless, calling memcmp here instead of doing a slice comparison is at least twice as fast during non-release builds. this is nice, as prs_compress can be quite slow during non-release builds. and obviously during release builds, this would be compiled down to a memcmp-equivalent anyway.
2021-05-16 16:15:39 -04:00
Reference in a new issue
Copy permalink