python-crfsuite icon indicating copy to clipboard operation
python-crfsuite copied to clipboard

Optimization flags to compile C++ code

Open usptact opened this issue 7 years ago • 0 comments

Original CRFSuite has optimization flags to use SSE/SSE2 intrinsics to speed up numerical computation. Is this enabled in "python-crfsuite"? Does it make sense to build this package locally and install it instead of pulling the package using pip?

There is significant performance difference if you enable vs disable optimizations. See CRFSuite "./configure --help" output for the option.

usptact avatar Jan 30 '19 18:01 usptact