Mariano Barrios
Results
3
repositories owned by
Mariano Barrios
tls-channel
186
Stars
48
Forks
Watchers
A Java library that implements a ByteChannel interface over SSLEngine, enabling easy-to-use (socket-like) TLS for Java applications.
dregex
44
Stars
4
Forks
Watchers
dregex is a Java library that implements a regular expression engine using deterministic finite automata (DFA). It supports some Perl-style features and yet retains linear matching time, and also offe...
linked-blocking-multi-queue
41
Stars
12
Forks
Watchers
A concurrent collection that extends the existing Java concurrent collection library, offering an optionally-bounded blocking "multi-queue" based on linked nodes.