Matt

Results 14 comments of Matt

A few updates: * I've added a `time` macro which returns the number of seconds it takes to execute its argument * I've fixed `append` so it runs with constant...

Thanks for the comments! This doc was mostly meant as quick research notes while trying to figure out what to do and probably shouldn't have stayed on the repo as-is....

Yeah, that seems like a good option, and there should probably also be a mechanism to specify the library path at build time, probably through a `build.rs` script?

This should be partially resolved with dee2de6, but I'd also like to add a way to change the library file location at build time, so we can keep this as...