Re: Vector Bit Pattern Search

2016-08-30 Thread Julien Le Dem
Are you looking for Java or C++ samples? On Tue, Aug 30, 2016 at 5:15 AM, Sanjay Rao wrote: > Hi, > I am trying to write a sample code where I could write the values into > Buffer probable read the value from CSV file and store them in-memory and > later do bit-pattern search, I am doing perform

Vector Bit Pattern Search

2016-08-30 Thread Sanjay Rao
Hi, I am trying to write a sample code where I could write the values into Buffer probable read the value from CSV file and store them in-memory and later do bit-pattern search, I am doing performance benchmark as my own study. It would help me if someone could get me the sample code where I coul