cpp-libface icon indicating copy to clipboard operation
cpp-libface copied to clipboard

Fastest auto-complete in the east

Results 11 cpp-libface issues
Sort by recently updated
recently updated
newest added

libuv code has been moved to libuv/libuv

Linking flags required to build libuv: `-framework CoreFoundation -framework CoreServices`.

hello, i am trying out this application to achieve autocompletion. But it gives me weird results Here is my entry : 25 hey 21 how do you do? 15 how...

The 'fd' in do_import() was leaked. It caused an issue in a deployment where we were updating the data source every 15 minutes and tried to use the 'import' API...

Hello ! I do not know what license do you want for this project. Can you add a license to it ? Cheers !

In response to the _/face/stats/_ URI, there is a [typo](https://github.com/duckduckgo/cpp-libface/blob/8aa29425f4f8e9982732d3b7b3798ff3f3a3d356/src/main.cpp#L439) in the _humanized_time_difference_ function. This prevents the response to show the uptime _week_ and shows _day_ instead. And yeah, _libface_...

#7 doesn't seem to be completely fixed. My query url is: "http://localhost:6767/face/suggest/?q=rules+to+old+maid" and it returns no results. If I manually encode the space instead to "%20" then I get results....

`text/plain` was probably by design, but thought I'd issue this in case you want it.

This might help reduce the running time. Might result in a constant factor improvement, but nothing asymptotically.

The input file might not always be mmap()able. For example, the case of streaming input or input from hdfs.