README.md
This commit is contained in:
10
README.md
10
README.md
@ -236,6 +236,9 @@ using [900.000 multicore servers](https://www.cloudyn.com/blog/10-facts-didnt-kn
|
|||||||
###### Windows visual c++
|
###### Windows visual c++
|
||||||
nmake /f makefile.vs
|
nmake /f makefile.vs
|
||||||
|
|
||||||
|
###### Windows visual studio c++
|
||||||
|
project files under vs/vs2017
|
||||||
|
|
||||||
### Testing:
|
### Testing:
|
||||||
##### - Synthetic data (use ZIPF parameter):
|
##### - Synthetic data (use ZIPF parameter):
|
||||||
+ benchmark groups of "integer compression" functions <br />
|
+ benchmark groups of "integer compression" functions <br />
|
||||||
@ -418,9 +421,10 @@ Note: Some low level functions (like p4enc32) are limited to 128/256 (SSE/AVX2)
|
|||||||
### Environment:
|
### Environment:
|
||||||
###### OS/Compiler (64 bits):
|
###### OS/Compiler (64 bits):
|
||||||
- Linux: GNU GCC (>=4.6)
|
- Linux: GNU GCC (>=4.6)
|
||||||
- clang (>=3.2)
|
- Clang (>=3.2)
|
||||||
- Windows: MinGW-w64 (no parallel query processing demo app)
|
- Windows: MinGW-w64 makefile
|
||||||
- Visual c++ (VS2008-VS2017)
|
- Windows: Visual c++ (>=VS2008) - makefile.vs (for nmake)
|
||||||
|
- Windows: Visual Studio project file - vs/vs2017 - Thanks to [PavelP](https://github.com/pps83)
|
||||||
- Linux aarch64 for 64 bits ARM CPU : gcc
|
- Linux aarch64 for 64 bits ARM CPU : gcc
|
||||||
|
|
||||||
###### Multithreading:
|
###### Multithreading:
|
||||||
|
|||||||
Reference in New Issue
Block a user