Daniel Lemire

Results 1864 comments of Daniel Lemire

No matter. I think it is useful and important to experiment, even when the results are underwhelming.

@wshager I am not very familiar with Emscripten. Do you know how to achieve what you are trying to achieve in C? If you do then, presumably, it is simply...

@wshager This C code falls under the BSD License. If you want to repackage it as JavaScript and redistribute it, you can use BSD as well.

@wshager Though it is not a port of this library per se, the following JavaScript library might be of interest... https://github.com/lemire/FastIntegerCompression.js

Pull request invited.

This PR breaks the build under Visual Studio 2017, see CI tests... ``` LINK : fatal error LNK1104: cannot open file 'Debug\FastPFOR.lib' [C:\projects\fastpfor\build\FastPFOR_unittest.vcxproj] ```

@KOLANICH Please sync with the main branch. I have switched the CI tests to run with the Release version of the code. The tests should run much faster.

@KOLANICH The error indicates that the DLL is not found.

With a static build (the default in CMake), the library is included in the binaries. With a dynamic build, a distinct file (e.g., a DLL) is created in addition to...

@KOLANICH Please review our CI logs. We have two independent Windows CI tests and this PR fails both of them. Note that building is not sufficient, we need to run...