Daniel Lemire

Results 1863 comments of Daniel Lemire

Yes. I do not expect it to work on anything but M1. It could be fixed, of course, but I did not do the work.

What you are describing are conventional approaches that may work well at least some of the time. There are, of course, several alternatives and tuning parameters. What works best is...

I learned that [...]int{10:2} is valid in Go. I don’t think it is in the spec?

It is entirely valid. We have not done work toward this use case at this point in time. Can you tell us more about your use case? I am not...

The library version differs from the semantic versioning.

> To test this you would need to test the library as installed - compiling the library, installing it, and compiling a sample program that links to this using pkg-config....

I restarted circle-ci.

I imagine we would like to be able to do something like... ``` cmake -DCMAKE_INSTALL_PREFIX:PATH=destination -B build cmake --build build cmake --install build PKG_CONFIG_PATH=destination .... ```