aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
...
* Make vespalib hash functors noexceptTor Brede Vekterli2020-10-081-1/+1
* Merge pull request #14774 from vespa-engine/balder/std-mutex-2.6Henning Baldersheim2020-10-088-62/+59
|\
| * Use vespalib::Lock -> std::mutexHenning Baldersheim2020-10-088-62/+59
* | Use vespalib::Lock -> std::mutexHenning Baldersheim2020-10-082-23/+13
|/
* - GC unused code.Henning Baldersheim2020-10-075-13/+12
* Merge pull request #14763 from vespa-engine/balder/remove-dangerous-broke-mov...Henning Baldersheim2020-10-076-1/+7
|\
| * Remove broken copy and move constructor and assignment operatoos on vespalib:...Henning Baldersheim2020-10-076-1/+7
* | Range iterators over std::vector<bool> and storage::JudyMultiMap do notTor Egge2020-10-071-1/+1
|/
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-0749-171/+149
* Merge pull request #14737 from vespa-engine/toregge/include-hpp-files-to-get-...Henning Baldersheim2020-10-061-0/+2
|\
| * Include hpp files to get definitions of needed member functions.Tor Egge2020-10-061-0/+2
* | Explicitly instantiate EnumAttribute and SingleValueEnumAttribute.Tor Egge2020-10-062-0/+22
|/
* Inline small frequently called method.Henning Baldersheim2020-10-052-8/+6
* Explicitly instantiate common attribute update member functions.Tor Egge2020-10-0520-19/+18
* Merge pull request #14704 from vespa-engine/toregge/pass-std-string-to-boost-...Henning Baldersheim2020-10-041-1/+2
|\
| * Pass std::string variable to boost::tokenizerTor Egge2020-10-041-1/+2
* | Remove unneeded and nonstandard includes.Tor Egge2020-10-041-2/+0
|/
* Don't forward declare std::thread.Tor Egge2020-10-031-1/+0
* Merge pull request #14656 from vespa-engine/arnej/cleanup-value-api-1Håvard Pettersen2020-10-0215-52/+49
|\
| * track TypedCells moveArne Juul2020-10-0115-52/+49
* | add builder reserve() calls some obvious placesArne Juul2020-10-013-0/+3
|/
* Implement new Value API in SparseTensorArne Juul2020-10-014-15/+16
* Use memory usage for unique store values but not for unique store dictionaryTor Egge2020-09-302-6/+7
* Commit last chunk prior to sync.Henning Baldersheim2020-09-292-3/+13
* - Amortise write cost by grouping mulptiple operations together when writing ...Henning Baldersheim2020-09-282-5/+66
* If compression type not != NONE put all operations in one chunk.Henning Baldersheim2020-09-261-3/+9
* Ensure that contexts have the proper lifetime.Henning Baldersheim2020-09-262-3/+6
* Revert "Revert "Revert "Revert "Revert "Balder/group operations to tls and co...Henning Baldersheim2020-09-265-81/+11
* Use && qualified member functions.Henning Baldersheim2020-09-264-7/+5
* GC unused codeHenning Baldersheim2020-09-269-964/+0
* Replace the dangerous stealBuffer method with a static one that requires std:...Henning Baldersheim2020-09-2615-15/+22
* Revert "Revert "Revert "Revert "Balder/group operations to tls and commit in ...Henning Baldersheim2020-09-245-11/+81
* Revert "Revert "Revert "Balder/group operations to tls and commit in batches"""Henning Baldersheim2020-09-245-81/+11
* Handle innerproduct distance metric when reading attribute header.Geir Storli2020-09-242-0/+4
* Revert "Revert "Balder/group operations to tls and commit in batches""Henning Baldersheim2020-09-235-11/+81
* Revert "Balder/group operations to tls and commit in batches"Henning Baldersheim2020-09-235-81/+11
* Revert "Revert "- Group commits to the TLS and sync to disk before acking.""Henning Baldersheim2020-09-225-11/+81
* Add feature flag control over fsync and compression type in the backend TLS.Henning Baldersheim2020-09-221-2/+2
* Revert "- Group commits to the TLS and sync to disk before acking."Henning Baldersheim2020-09-225-83/+13
* Merge pull request #14483 from vespa-engine/havardpe/handle-onnx-model-input-...Geir Storli2020-09-228-28/+149
|\
| * handle onnx model config for inputs and outputsHåvard Pettersen2020-09-228-28/+149
* | Check for no data, as there might be callbacks that have been moved over.Henning Baldersheim2020-09-221-2/+2
* | Remove unnecessary guard and move check for emptiness inside doCommit to ensu...Henning Baldersheim2020-09-222-13/+8
* | - Group commits to the TLS and sync to disk before acking.Henning Baldersheim2020-09-225-13/+88
* | Add currentChunk and allign membersHenning Baldersheim2020-09-222-17/+27
|/
* Merge pull request #14476 from vespa-engine/balder/add-commit-resultHenning Baldersheim2020-09-227-61/+93
|\
| * Add [[nodiscard]] attribute to startCommit.Henning Baldersheim2020-09-226-53/+34
| * Add startCommit methodHenning Baldersheim2020-09-215-6/+16
| * Add CommitResult.Henning Baldersheim2020-09-212-6/+47
* | Update ABI specJon Bratseth2020-09-211-0/+1