Skip to content
/ bogo Public

A stupid multi-thread implementation of bogosort in C++ that can make 400k iterations per thread per second

License

Notifications You must be signed in to change notification settings

javiwxd/bogo

Repository files navigation

bogo

A stupid multi-thread implementation of bogosort in C++ that can make 400k iterations per second per thread

I'm sure it could be optimized a lot more to have more iterations per second, but I don't care.

About

A stupid multi-thread implementation of bogosort in C++ that can make 400k iterations per thread per second

Topics

Resources

License

Stars

Watchers

Forks