-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
36 lines (36 loc) · 1.63 KB
/
CITATION.cff
File metadata and controls
36 lines (36 loc) · 1.63 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
cff-version: 1.2.0
message: "If you use this software or reference its design, please cite the following publication."
title: "pubsub-lib: A Type-Safe C++ Publish-Subscribe Framework"
authors:
- family-names: Tsvetanov
given-names: Alex
orcid: "https://orcid.org/0009-0001-8369-150X"
affiliation: "Technical University of Sofia"
- family-names: Stankov
given-names: Ivan
affiliation: "Technical University of Sofia"
date-released: 2024-04-15
version: 1.0.0
license: Apache-2.0
repository-code: "https://github.com/cpp-for-everything/pubsub-lib"
url: "https://github.com/cpp-for-everything/pubsub-lib"
abstract: >
pubsub-lib is a modern C++20 header-only publish-subscribe library. It provides a type-safe event system with lifetime-aware subscribers and RAII-based unsubscription.
The design addresses key challenges of implementing pub/sub in a statically-typed, high-performance language such as C++, while avoiding dynamic dispatch and excessive overhead.
preferred-citation:
type: conference-paper
title: "Modern C++ Publish/Subscribe Pattern: Design, Challenges, and Implementation"
authors:
- family-names: Tsvetanov
given-names: Alex
orcid: "https://orcid.org/0009-0001-8369-150X"
affiliation: "Technical University of Sofia"
- family-names: Stankov
given-names: Ivan
affiliation: "Technical University of Sofia"
conference:
name: "60th International Scientific Conference on Information, Communication and Energy Systems and Technologies (ICEST)"
location: "Ohrid, North Macedonia"
date-start: 2025-06-26
date-end: 2025-06-28
doi: "10.1109/ICEST66328.2025.11098436"