Skip to content

A generic C++ searching library, proposed for inclusion in the C++ standard library

Notifications You must be signed in to change notification settings

mclow/search-library

Repository files navigation

search-library

A generic C++ searching library, proposed for inclusion in the C++ standard library.

The original proposal was n3411, but the interface has been changed based on feedback from the Library Working Group. An updated paper describing the new interface should be available soon.

There are three test programs, unimaginatively named basic_tests.cpp, timing_tests.cpp and random_test.cpp

  • basic_tests.cpp is basic sanity checking. It makes sure that all the algorithms work.

  • timing_tests.cpp takes does a bunch of tests on a canned set of data, and reports how long they took.

  • random_test.cpp is timing on random data. It generates a 3MB corpus, some pattens to search for, and then reports on the results and the timings. It takes one command-line parameter, the number of iterations (default == 3)

About

A generic C++ searching library, proposed for inclusion in the C++ standard library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published