aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/postinglistbm
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-095-5/+5
* stop using fastos thread in searchlibHåvard Pettersen2023-02-231-16/+8
* Include cstdint to get declaration of fixed width integer types.Tor Egge2023-01-281-0/+1
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-1/+1
* remove FastOS_ApplicationHåvard Pettersen2022-04-081-9/+8
* use getopt/getopt_long directlyHåvard Pettersen2022-04-011-20/+18
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Update 2017 copyright notices.gjoranv2021-10-074-4/+4
* Use int for FastOS_UNIX_Application::GetOpt() return value.Tor Egge2021-04-301-1/+1
* use size literals in searchlibArne Juul2021-02-152-2/+4
* Consolidate search for GTest.Tor Egge2020-07-071-1/+0
* Use find_package to find gtest library.Tor Egge2020-06-291-1/+2
* Reduce code duplication. Rand48 class is in vespalib.Tor Egge2020-04-254-14/+11
* WipeHistory has not been used for a very long time.Henning Baldersheim2019-12-161-5/+5
* FastOS_THread::Sleep -> std::chrono::sleep_forHenning Baldersheim2019-12-041-1/+3
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-23/+7
* Rename cheap features to interleaved features.Tor Egge2019-06-182-5/+5
* Use match data tagging when constructing search iterator.Tor Egge2019-05-272-0/+4
* Prepare for zc posting iterator unpack variants.Tor Egge2019-05-222-3/+3
* Unpack cheap features in zc posting iterators.Tor Egge2019-05-152-3/+3
* Add support to run posting list benchmark with different operators (direct, a...Geir Storli2019-05-083-80/+173
* Remove remains of benchmarking from unit tests.Geir Storli2019-05-081-35/+2
* Remove quick mode (that was used for unit testing).Geir Storli2019-05-081-13/+2
* Rename stress classes in preparation for new operators.Geir Storli2019-05-085-117/+94
* Make it possible to specify doc freq for medium and rare words.Geir Storli2019-05-083-15/+17
* Split into two binaries, one for unit testing and one for benchmarking.Geir Storli2019-05-073-149/+196
* Hide member variables in FakeWordSet.Geir Storli2019-05-071-4/+4
* Avoid raw pointers in FakeWordSet.Geir Storli2019-05-071-1/+1
* Update usage.Geir Storli2019-05-071-3/+5
* Avoid code duplication in fake match loop implementations.Geir Storli2019-05-062-248/+20
* Style changes and simplifications.Geir Storli2019-05-062-75/+66
* Simplify testFake() function.Geir Storli2019-05-061-58/+75
* Style changes.Geir Storli2019-05-031-80/+68
* GC unused code and update includesHenning Baldersheim2019-01-051-1/+2
* Use std::lock_guard instead of std::unique_lock.Tor Egge2017-11-131-1/+1
* Use std::mutex and std::condition_variable instead of FastOS_Cond.Tor Egge2017-10-271-8/+12
* Remove or update outdated copyright noticesTor Brede Vekterli2017-09-201-2/+0
* Replace tab with spaces.Geir Storli2017-09-131-1/+1
* Include what you need.Henning Baldersheim2017-08-182-17/+11
* Include only what you need.Henning Baldersheim2017-08-181-0/+2
* Update copyright headersJon Bratseth2017-06-144-4/+4
* Revert "Update copyright headers"Jon Bratseth2017-06-144-4/+4
* Update copyright headersJon Bratseth2017-06-144-4/+4
* Revert "Copyright header"Jon Bratseth2017-06-134-4/+4
* Copyright headerJon Bratseth2017-06-134-4/+4
* Now everything builds without fastos.hHenning Baldersheim2017-06-011-2/+2
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-012-2/+0
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-243-71/+38
* add override in searchlib moduleArne H Juul2017-04-122-2/+2
* Change schema::DataType and schema::CollectionType to enum class.Geir Storli2017-04-051-2/+5