penberg / limbo

Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
MIT License
895 stars 49 forks source link

Use kqueue for Darwin IO #133

Closed benclmnt closed 1 month ago

benclmnt commented 1 month ago

related: #25

penberg commented 1 month ago

Awesome @benclmnt! The wasm build is failing because its pulling in too many deps

benclmnt commented 1 month ago

@penberg i end up copying the old implementation as generic IO. Let me know if we can do better

penberg commented 1 month ago

@benclmnt No, i think that's a good approach!