Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Which code to use? #14

Closed
wshager opened this issue Jan 3, 2016 · 3 comments
Closed

Which code to use? #14

wshager opened this issue Jan 3, 2016 · 3 comments

Comments

@wshager
Copy link

wshager commented Jan 3, 2016

This project references others for compressing sorted arrays, like SIMDCompressionAndIntersection and TurboPFor. AFAICT the core functionality in those projects (i.e. for.c ) seems to be identical, whereas the code in this repo is quite different. What are the differences and why are they there?

@lemire
Copy link
Member

lemire commented Jan 5, 2016

I am not sure how to understand your question.

The README.md provides a description of two related libraries in C++:

https://github.com/lemire/simdcomp#other-libraries

The current library (simdcomp) is in C, a different language.

The TurboPFor library is a C++ library that uses GPL and that was developed entirely indepently, with different codecs.

@lemire lemire closed this as completed Jan 5, 2016
@wshager
Copy link
Author

wshager commented Jan 5, 2016

@lemire I've read some of the reference works, and as I understand it 'for' is another scheme that doesn't use SIMD intrinsics.

@lemire
Copy link
Member

lemire commented Jan 5, 2016

@wshager

True. FOR is not SIMD-based... normally... but the code present here is different. Sorry, there is no related publication... yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants