graphANNIS
Description
Release Notes
Added
- Add
has_node_namefunction toAnnotationStoragethat can be more efficient thanget_node_id_name.
Changed
- Changed API to use new types
NodeAnnotationStorageandEdgeAnnotationStorageinstead ofAnnoStorageImpl<NodeID>orAnnoStorageImpl<NodeID>. (backward incompatible change in the Rust API) get_node_id_from_nameis now a function of theAnnotationStorageinstead of theGraph. This allows for more specific and efficient implementations based on the type of annotation storage.- Improved performance of the
Graph::apply_updatefunction. - Use jemalloc memory allocator for webservice and CLI.
Removed
- Remove all heap size estimation code. This also means that information about
heap consumption of a single corpus has been removed, like the fields of the
graphannis::corpusstorage::LoadStatusenum. - Remove
EvictionStrategy::MaximumBytesforDiskMap.
Fixed
- Polling when importing a web corpus through the webservice could fail because the background job list was not shared between the web server threads.
graphannis-cli 3.0.0
Download graphannis-cli 3.0.0
| File | Platform | Checksum | |--------|----------|----------| | graphannis-cli-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum | | graphannis-cli-x86_64-apple-darwin.tar.xz | macOS Intel | checksum | | graphannis-cli-x86_64-pc-windows-msvc.zip | Windows x64 | checksum | | graphannis-cli-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
graphannis-webservice 3.0.0
Download graphannis-webservice 3.0.0
| File | Platform | Checksum | |--------|----------|----------| | graphannis-webservice-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum | | graphannis-webservice-x86_64-apple-darwin.tar.xz | macOS Intel | checksum | | graphannis-webservice-x86_64-pc-windows-msvc.zip | Windows x64 | checksum | | graphannis-webservice-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
Notes
Files
korpling/graphANNIS-v3.0.0.zip
Files
(2.9 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:466e42f18d0846893e10545e375a8e0d
|
2.9 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/korpling/graphANNIS/tree/v3.0.0 (URL)