mldbai / mldb

MLDB is the Machine Learning Database
http://mldb.ai
Apache License 2.0
661 stars 102 forks source link

Futex (linux specific) -> wait/wake_on_address (OS independent) (OSX) #913

Closed jeremybarnes closed 2 years ago

jeremybarnes commented 2 years ago

We adopt the libdispatch (Swift runtime) primitives for OS-independent futexes, to make MLDB less linux-specific. Currently only tested for Linux.