patrickfrey / strusAnalyzer

Library for document analysis (segmentation, tokenization, normalization, aggregation) with the goal to get a set of items that can be inserted into a strus storage. Also some functions for analysing tokens or phrases of the strus query are provided.
http://www.project-strus.net
Mozilla Public License 2.0
3 stars 0 forks source link

RandomFeed is very slow on FreeBSD and OSX #24

Open andreasbaumann opened 8 years ago

andreasbaumann commented 8 years ago

The RandomFeed test takes significantly longer on OSX and FreeBSD than on Linux.

We think it's because of the way exceptions work differently in different C++ libraries.