aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib
Commit message (Collapse)AuthorAgeFilesLines
* Update ABI specJon Bratseth2023-01-161-1/+2
|
* Test direct renderingJon Bratseth2023-01-161-1/+3
|
* Test direct renderingJon Bratseth2023-01-163-59/+257
|
* Support direct tensor renderingJon Bratseth2023-01-142-47/+78
|
* Handle type renderingJon Bratseth2023-01-132-1/+3
| | | | | - Always output type for consistency. - Ignore type in input.
* Merge pull request #25549 from vespa-engine/bratseth/tensor-direct-valuesLester Solbakken2023-01-132-30/+86
|\ | | | | Parse tensor JSON values at root
| * Parse tensor JSON values at rootJon Bratseth2023-01-122-31/+86
| | | | | | | | | | | | | | | | | | | | Our current tensor JSON formats require a "blocks", "cells" or "values" key at the root, containing values in various forms. This adds support for skipping that extra level and adding content at the root, where the permissible content format depends on the tensor type, and matches the formats below "blocks", "cells" or "values" for the corresponding tensor types.
* | Test cell rendering precisionJon Bratseth2023-01-122-3/+15
|/
* Merge pull request #21773 from vespa-engine/jonmv/multi-range-item-2Henning Baldersheim2023-01-082-25/+36
|\ | | | | Jonmv/multi range item 2
| * Add IntegerCompressor.compressionModejonmv2022-10-262-0/+21
| |
| * Correctly throw on Integer.MIN_VALUE, in IntegerCompressorjonmv2022-10-262-25/+15
| |
* | Remove all dependencies to io.airlift:aircompressorgjoranv2023-01-031-4/+0
| | | | | | | | - Replaced by vespa/airlift-zstd
* | add fork of airlift zstd codeArne Juul2023-01-032-3/+8
| |
* | Use recommended and most efficient way to create a string from a byte array ↵Henning Baldersheim2023-01-021-10/+9
| | | | | | | | outputstream
* | Merge pull request #25260 from vespa-engine/balder/ensure-reuse-of-low-indexesHenning Baldersheim2022-12-141-3/+18
|\ \ | | | | | | Keep a static representation of strings for low indexes [0...999].
| * | Keep a static representation of strings for low indexes [0...999].Henning Baldersheim2022-12-141-3/+18
| | | | | | | | | | | | This will avoid blowing up the heap with many duplicate strings.
* | | Use a native double to store the cell value instead of full blown ↵Henning Baldersheim2022-12-141-7/+9
|/ / | | | | | | Number/Double to keep memory footprint down.
* | Wg parameter store (#25225)gjoranv2022-12-131-1/+0
| | | | | | | | | | | | | | * Remove unused import * Add a parameter store for Wireguard and a model for its parameters Co-authored-by: gjoranv <gv@verizonmedia.com>
* | Create a metric for maintainer execution timeØyvind Grønnesby2022-12-125-7/+15
| |
* | Add Timer.instant()Bjørn Christian Seime2022-12-071-0/+3
| |
* | Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-0412-18/+18
| |
* | Revert collect(Collectors.toList())Henning Baldersheim2022-12-0412-18/+18
| |
* | collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-0212-18/+18
| |
* | Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-021-15/+13
| |
* | Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-021-13/+15
| |
* | Let list handling catch up with Java 17Henning Baldersheim2022-12-021-15/+13
| |
* | Reduce the simple usage of guava where java has caught upHenning Baldersheim2022-11-3025-325/+97
| |
* | Move ArchiveStreamReader and its large dependency from vespajlib to ↵Henning Baldersheim2022-11-263-351/+0
| | | | | | | | | | | | application-model. This avoids it being pulled in to the config-model-fat that make the install larger than necessary.
* | Faster controller-server unit testsjonmv2022-11-251-0/+1
| |
* | Add commentHenning Baldersheim2022-11-211-0/+5
| |
* | Wrap openhft in vespajlib to contain dependency.Henning Baldersheim2022-11-211-0/+9
| |
* | Exclude transitive depsJon Bratseth2022-11-211-0/+10
| |
* | Use dependency management, and add excludes where needed.Henning Baldersheim2022-11-211-3/+0
| |
* | Hash using xxh3Jon Bratseth2022-11-211-0/+5
| |
* | Improve equals (#24917)Jon Marius Venstad2022-11-181-3/+5
| |
* | fix typo invokation -> invocationThinh Bui2022-11-141-1/+1
| |
* | Revert "Merge pull request #24781 from ↵jonmv2022-11-074-2/+64
| | | | | | | | | | | | | | vespa-engine/revert-24777-jonmv/reapply-app-streams" This reverts commit adc1c1fa16945d9f29778706f5bf8161434c2361, reversing changes made to a0e9b51aaf01a425dbd6cdd1fbc8fd5ce066a9bb.
* | Revert "Jonmv/reapply app streams"Jon Marius Venstad2022-11-074-64/+2
| |
* | Revert "Merge pull request #24763 from vespa-engine/jonmv/revert-streams"jonmv2022-11-074-2/+64
| | | | | | | | | | This reverts commit 6d8bca79a1f600501290593ecd920eca0b237c78, reversing changes made to 36374eb2d3cc94c3792dd0a70963244abb6284b4.
* | Revert "Merge pull request #24725 from ↵jonmv2022-11-042-55/+2
| | | | | | | | | | | | | | vespa-engine/jonmv/application-package-streams" This reverts commit c7a0effde1c205d8790e5d989437aefd724bc70f, reversing changes made to 7bcb7768d75c1eef5bc70a2aa84c363f9b7ec643.
* | Revert "Merge pull request #24762 from vespa-engine/jonmv/memoize"jonmv2022-11-042-9/+0
| | | | | | | | | | This reverts commit 62f86b1196d6f7a616b3b69d701258ed35d00bf0, reversing changes made to 7eb6f8bcec2a2f13f368ebd115c9c8d2f559d95c.
* | Update ABI specValerij Fredriksen2022-11-041-0/+1
| |
* | Memoize deployment datajonmv2022-11-041-0/+8
| |
* | Use ApplicationPackgeStream for deploymentsjonmv2022-11-031-0/+53
| |
* | Non-functional changesjonmv2022-11-031-2/+2
| |
* | Merge pull request #24586 from vespa-engine/jonmv/use-classes-as-keysJon Marius Venstad2022-11-013-10/+102
|\ \ | | | | | | Jonmv/use classes as keys
| * | Apply suggestions from code reviewJon Marius Venstad2022-11-012-1/+5
| | |
| * | Remove weak-refsjonmv2022-10-261-6/+3
| | |
| * | Test caching negative results, and invoke callback for those toojonmv2022-10-262-2/+13
| | |
| * | Add unit test for method cachejonmv2022-10-262-0/+72
| | |