aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/fef/properties.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* - Pack data closer to let config fit in 2 cache lines instead of 4.Henning Baldersheim2023-07-271-11/+11
* Revert "- Pack data closer to let config fit in 2 cache lines instead of 4."Tor Egge2023-07-141-11/+11
* Modernize C++ code with auto and range-based loops.Geir Storli2023-07-071-30/+20
* - Pack data closer to let config fit in 2 cache lines instead of 4.Henning Baldersheim2023-07-061-11/+11
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* - Based on feedback from callgrind and perf add hint about most likely branch...Henning Baldersheim2021-03-311-38/+0
* Add missing move operators that avoid alot of copying when dealing with vecto...Henning Baldersheim2021-03-291-0/+3
* Reduce number of temporaries.Henning Baldersheim2018-10-291-20/+14
* Pass stringref by valueHenning Baldersheim2018-08-111-7/+7
* Pass stringref by valueHenning Baldersheim2018-08-101-8/+8
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Deinline some non-trivial methods and do not provide assert.h in string.Henning Baldersheim2016-12-211-1/+2
* Explicit instantiation of common maps/sets.Henning Baldersheim2016-12-151-4/+3
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-151-4/+4
* PublishJon Bratseth2016-06-151-0/+269