• Stars
    star
    6
  • Rank 2,466,969 (Top 50 %)
  • Language
    Go
  • License
    MIT License
  • Created over 4 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Golang library to help implement kurobako's solvers and problems

More Repositories

1

jsone

Erlang JSON library
Erlang
274
star
2

libflate

A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)
Rust
159
star
3

erl_dist

Rust Implementation of Erlang Distribution Protocol
Rust
119
star
4

mineplacer

Prepare for a game of Minesweeper by placing mines!
Rust
118
star
5

rustun

A Rust library for implementing STUN server and client asynchronously
Rust
111
star
6

erldash

A simple, terminal-based Erlang dashboard written in Rust
Rust
105
star
7

patricia_tree

A memory-efficient patricia tree implementation written in Rust
Rust
100
star
8

rusturn

A Rust Implementation of TURN server and client
Rust
98
star
9

rustracing_jaeger

Jaeger tracing library for Rust
Rust
83
star
10

eetf

A Rust implementation of Erlang External Term Format
Rust
65
star
11

pixcil

Pixel art editor
Rust
63
star
12

efmt

Erlang code formatter
Rust
60
star
13

rustracing

OpenTracing API for Rust
Rust
59
star
14

mpeg2ts

MPEG2-TS decoding/encoding library for Rust
Rust
51
star
15

hls_m3u8

HLS(RFC8216) m3u8 parser/generator
Rust
48
star
16

mse_fmp4

A Rust library for generating fragmented MP4 that playable via Media Source Extensions
Rust
45
star
17

hash_ring

Implements consistent hashing in Erlang
Erlang
42
star
18

wstcp

WebSocket to TCP proxy written in Rust
Rust
41
star
19

evel

An Eventual Leader Election Library for Erlang
Erlang
36
star
20

sloggers

A Rust library which provides frequently used slog loggers and convenient functions
Rust
33
star
21

gomoku

A self-contained morphological analyzer (including dictionary data).
Common Lisp
33
star
22

hyparview

A Rust implementation of HyParView algorithm
Rust
28
star
23

plumcast

A message broadcasting library based on the Plumtree/HyParView algorithms
Rust
27
star
24

plumtree

A Rust implementation of Plumtree algorithm
Rust
26
star
25

hls_wasm

WebAssembly HLS client written in Rust
Rust
25
star
26

tpe

A TPE (Tree-structured Parzen Estimator) implementation in Rust
Rust
25
star
27

stun_codec

Decoders and encoders for STUN (RFC 5389) and its extensions
Rust
24
star
28

cl-asm

A x86 assembler in Commn Lisp
Common Lisp
24
star
29

bytecodec

A tiny Rust framework for implementing encoders/decoders of byte-oriented protocols
Rust
23
star
30

pagurus

🐚+🦞 Ultra-portable Rust game engine suited for offline 2D games powered by WebAssembly
Rust
23
star
31

ekvsb

Benchmark Tool for Embedded Key-Value Stores available in Rust
Rust
22
star
32

rendezvous_hash

A Rust implementation of Rendezvous hashing algorithm
Rust
21
star
33

beam_file

A tiny library for processing Erlang BEAM file in Rust
Rust
21
star
34

igo-gae

Igo on Google App Engine
Java
21
star
35

prometrics

Rust client library for exposing prometheus metrics
Rust
21
star
36

erlls

Erlang language server
Rust
20
star
37

sanmoku

A morphological analyzer with a small memory footprint.
Common Lisp
19
star
38

hone

A shell-friendly hyperparameter search tool inspired by Optuna
Rust
18
star
39

rtp

A Rust implementation of RTP and profiles derived from it.
Rust
17
star
40

ppg

Plumtree based Distributed Process Group
Erlang
17
star
41

splay_tree

Splay Tree based Collections (e.g., Map, Set, Heap) Library for Rust
Rust
17
star
42

erl_rpc

Erlang RPC Client for Rust
Rust
17
star
43

scalable_cuckoo_filter

A variant of Cuckoo Filter whose size automatically scales as necessary
Rust
15
star
44

ipc-msgque

Lock-Free message queue for IPC
C++
15
star
45

taomp-sbcl

A lisp(sbcl) implementation of the algorithms described in 『The Art of Multiprocessor Programming』
Common Lisp
15
star
46

fanova

A Rust implementation of fANOVA (functional analysis of variance)
Rust
14
star
47

h264

H.264/AVC parser
Common Lisp
14
star
48

erl-splay-tree

A splay-tree implementation in Erlang
Erlang
13
star
49

local

A Local Name Registration Facility for Erlang
Erlang
12
star
50

beamcode

A Rust library to encode / decode Erlang BEAM instructions
Rust
12
star
51

handy_async

A handy Rust library for describing asynchronous code declaratively
Rust
10
star
52

erl_ast

A Rust library for working with Abstract Syntax Trees of Erlang programs
Rust
10
star
53

cotoxy

TCP proxy which uses Consul for service discovery
Rust
9
star
54

evalrs

Rust code snippet evaluator
Rust
9
star
55

yamakan

A collection of Black-Box Optimization algorithms for Rust
Rust
9
star
56

amf

A Rust Implementation of AMF (Action Media Format)
Rust
9
star
57

erl_parse

Erlang source code parser written in Rust
Rust
9
star
58

trackable

Rust library provides a way to track objects manually as an alternative to mechanisms like backtracing
Rust
9
star
59

thrift_codec

Encoder and decoder for Thrift protocol written in Rust
Rust
9
star
60

rrsm

Raft based Replicated State Machine in Rust
Rust
8
star
61

serdeconv

A Rust library that facilitates the conversion between TOML/JSON/MessagePack strings and serializable values
Rust
8
star
62

logi

A Logger Interface Library for Erlang/OTP
Erlang
8
star
63

diagnoser

Yet another implementation of Erlang's Dialyzer written in Rust
Rust
8
star
64

erl-rtmpmsg

An Erlang library to encode/decode RTMP message
Erlang
8
star
65

jada

A Java implementation of DoubleArray-Trie.
Java
8
star
66

stun-zig

Zig implementation of STUN protocol (RFC 5389)
Zig
8
star
67

gen_cop

Generic Connection-Oriented Protocol Behaviour (experimentail)
Erlang
8
star
68

proxy

An Erlang Process Proxy Library
Erlang
7
star
69

pagurus-snake-game-zig

Zig port of the example snake game of Pagurus.
Zig
7
star
70

fibers_rpc

Rust RPC library built on top of fibers crate
Rust
7
star
71

protobuf_codec

A Rust implementation of encoders and decoders for Protocol Buffers
Rust
7
star
72

rafte

An Erlang implementation of the Raft consensus algorithm
Erlang
7
star
73

fibers_http_server

A tiny HTTP/1.1 server framework for Rust
Rust
7
star
74

erl_tokenize

An Erlang source code tokenizer written in Rust.
Rust
7
star
75

pfun

Erlang Portable Functions
Erlang
7
star
76

dagc

A Rust implementation of digital AGC (automatic gain control)
Rust
7
star
77

nbchan

Highly optimized non-blocking communication channels implemented in Rust
Rust
6
star
78

otp_passage

OpenTracing instrumentation library for the Erlang/OTP standard modules
Erlang
6
star
79

jaeger_passage

Jaeger client library for Erlang
Erlang
6
star
80

erl_pp

Erlang source code preprocessor written in Rust
Rust
6
star
81

erl-creole

Converting strings between multibyte encodings and Unicode.
Erlang
6
star
82

hamt

An implementatin of Hash Array Mapped Trie.
Common Lisp
6
star
83

sais

An implementation of SA-IS algorithm.
C++
6
star
84

hdf5file

A Rust implementation of HDF5 File Format
Rust
6
star
85

randomforest

A random forest implementation in Rust
Rust
6
star
86

sorastats

A terminal based viewer of WebRTC SFU Sora statistics
Rust
6
star
87

rtmp

Real Time Messaging Protocol
Common Lisp
6
star
88

cl-dawg

Direct Acyclic Word Graph
Common Lisp
5
star
89

ruby-dawg

Direct-Acyclic-Word-Graph for Ruby
5
star
90

erl_pfds

An Erlang implementation of the data structures described in 『Purely Functional Data Structures』
Erlang
5
star
91

epmd-zig

EPMD (Erlang Port Mapper Daemon) client in Zig
Zig
5
star
92

charseq

Common Lisp
5
star
93

linux_aio

A thin Rust wrapper on top of the Linux AIO API
Rust
5
star
94

passage

OpenTracing API for Erlang
Erlang
5
star
95

succ

Succinct Data Structures written in Rust
Rust
5
star
96

scalable_bloom_filter

A Rust implementation of Scalable Bloom Filters
Rust
5
star
97

consistent_hash

A Rust implementation of Consistent hashing algorithm
Rust
5
star
98

thrift_protocol

An Erlang implementation of Thrift protocol
Erlang
5
star
99

erl-amf

An Erlang library to encode/decode AMF
Erlang
5
star
100

httpcodec

Encoders and decoders for HTTP/1.x messages based on bytecodec crate.
Rust
5
star