jnk0le / Ring-Buffer

simple C++11 ring buffer implementation, allocated and evaluated at compile time
MIT License
380 stars 64 forks source link

As in the description, this is for embedded targents, can I use it for x86 PC? #7

Open luxl opened 5 years ago

luxl commented 5 years ago

Well, I know this may be a silly question.... I just want to make sure if I need to pay attention to something.

jnk0le commented 5 years ago

Initially it was embedded dedicated but now it can be used on any platform. It's still missing proper tests and benchmarks though.