-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCITATION.cff
More file actions
38 lines (38 loc) · 1.11 KB
/
CITATION.cff
File metadata and controls
38 lines (38 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
type: software
title: "liblpm: High-Performance Longest Prefix Match Library"
abstract: "A optimized C library for Longest Prefix Match (LPM) lookups supporting both IPv4 and IPv6 addresses. The library uses multi-bit trie with 8-bit stride for optimal performance and supports CPU vectorization."
authors:
- family-names: "Chianfa"
given-names: "Murilo"
email: "murilo.chianfa@outlook.com"
repository-code: "https://github.com/MuriloChianfa/liblpm"
url: "https://github.com/MuriloChianfa/liblpm"
license: BSL-1.0
version: 2.1.1
date-released: 2025-01-10
keywords:
- longest-prefix-match
- lpm
- trie
- routing
- IPv4
- IPv6
- SIMD
- networking
- high-performance
- data-structures
- lookup
- packet-processing
- network-routing
preferred-citation:
type: software
title: "liblpm: High-Performance Longest Prefix Match Library"
authors:
- family-names: "Chianfa"
given-names: "Murilo"
email: "murilo.chianfa@outlook.com"
year: 2025
url: "https://github.com/MuriloChianfa/liblpm"
version: 2.1.1