Skip to content

alexcrichton/memset-nt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memset-nt

An implementation of a non-temporal memset in Rust.

May be useful in situations where memory is being bulk-set to zero, for example, but the stores to memory shouldn't pollute data caches otherwise.

Currently only has an accelerated implementation for x86_64, otherwise falls back to memset on all other architectures.

About

Non-temporal memset for Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages