Skip to content
/ Nova Public

Something new in the field of making new things (it's an allocator)

Notifications You must be signed in to change notification settings

bosporos/Nova

Repository files navigation

Nova aims to be an intrusive allocator library for those who want their allocator to be blazing fast and take advantage of multithreaded environments.

Currently, Nova supports various 64-bit POSIX platforms (although it's optimized for x86-64/amd64 CPUs). The only real platform requirements are as follows:

  • has pthreads
  • has a way to get a process-unique thread id (more on that in our soon-to-be-released Porting document!-- at the moment, that's XNU (macOS) and anything where gettid() gives a unique thread id that won't ever reoccur within that process)
  • has posix_memalign (equivalents can easily be added; again, see our soon-to-be-released Porting document!)

User guide + wrappers in various languages: coming soon!

About

Something new in the field of making new things (it's an allocator)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published