Skip to content

MagnumTrader/so_buff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

so_buff

Made by me for learning.
Does less things than Arrayvec,
You should probably use Arrayvec instead.

Made for my own use case where i need a buffer that gets passed and then consumed. No pushing after you have started consuming. Could be achieved with the new type pattern over an Arrayvec but where is the fun in that? :)

Benches tell me to use a standard Vec when 100 >= items. so_buff::Buffer is faster on pushing and consuming 10 items, so may have its use cases.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages