dev-libs/gpds::vowstar
- Ebuilds: 1, Testing: 1.10.0 Description:
GPDS is a General Purpose Data Serializer library written in modern C++.
It allows to serialize C++ classes to and from XML files in a generic format
that can be processed by other XML processing software (or just for the sake of
readability).
GPDS provides the user with complete control over the generated tag names and
attributes in the resulting XML compared to just using traditional "key" and
"value" tags.
Homepage:https://github.com/simulton/gpds License: MIT
dev-libs/libdatrie::vowstar
- Ebuilds: 1, Testing: 0.2.14 Description:
This is an implementation of double-array structure for representing trie,
as proposed by Junichi Aoe.
Trie is a kind of digital search tree, an efficient indexing method in which
search time is independent of database size. It only takes O(m) search time,
where m is the length of the search string. Comparably as efficient as hashing,
trie also provides flexibility on incremental matching and key spelling
manipulation. This makes it ideal for lexical analyzers, as well as spelling
dictionaries.
Homepage:
https://linux.thai.net/projects/datrie
https://github.com/tlwg/libdatrie
License: LGPL-2.1+
dev-libs/libthai::vowstar
- Ebuilds: 1, Testing: 0.1.30 Description:
LibThai is a set of Thai language support routines aimed to ease
developers' tasks to incorporate Thai language support in their
applications. It includes important Thai-specific functions e.g. word
breaking, input and output methods as well as basic character and
string supports. LibThai is an Open Source and collaborative effort
initiated by Thai Linux Working Group and opened for all contributors.
Homepage:
https://linux.thai.net/projects/libthai
https://github.com/tlwg/libthai
License: LGPL-2.1+
dev-libs/qschematic::vowstar
- Ebuilds: 1, Testing: 3.1.0 Description:
QSchematic is a library to draw diagrams and schematics with Qt. It uses
Qt's graphics view framework.
The library provides base classes for objects such as nodes and wires
and implements logic to move objects around while keeping the wires
connected, generating netlists and so on. A typical application would
include this library and subclass the Item class to implement custom
items.
Homepage:https://github.com/simulton/QSchematic License: MIT
dev-libs/unordered_dense::vowstar
- Ebuilds: 6, Testing: 4.11.0, Snapshot: 9999 Description:
A fast and densely stored hashmap and hashset based on robin-hood
backward shift deletion.
The classes ankerl::unordered_dense::map and
ankerl::unordered_dense::set are (almost) drop-in replacements of
std::unordered_map and std::unordered_set. While they don't have as
strong iterator / reference stability guaranties, they are typically
much faster.
Homepage:https://github.com/martinus/unordered_dense License: MIT