Describe the Bug
There is the possibility of a memory leak in the code and a likely culprit is the raw SIMD code in https://github.com/temper-mc/temper/blob/master/src/base/general_purpose/src/simd/arrays.rs. It is one of the few places unsafe code is used and could easily be replaced with a safe version. The mulitversion crate could be a good fit here.
To Reproduce
No response
Expected Behaviour
No response
Screenshots / Videos
No response
Temper Version
No response
Rust Version
No response
Server Logs
No response
Additional Context
No response
Is there an existing issue for this?
Describe the Bug
There is the possibility of a memory leak in the code and a likely culprit is the raw SIMD code in https://github.com/temper-mc/temper/blob/master/src/base/general_purpose/src/simd/arrays.rs. It is one of the few places unsafe code is used and could easily be replaced with a safe version. The mulitversion crate could be a good fit here.
To Reproduce
No response
Expected Behaviour
No response
Screenshots / Videos
No response
Temper Version
No response
Rust Version
No response
Server Logs
No response
Additional Context
No response
Is there an existing issue for this?