KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
twinkle
★ 13
Open GitHub ↗
UDP-based light key-value store
Download README (.md)
Explore Similar Repositories
ai-100
:
Reference material for the Microsoft AI-100 exam: Designing and Implementing an Azure AI Solution
GAN_explorer
:
Vitek's interactive GAN handler. Idea is to have a (relatively) simple handler for a trained GAN model with easy interaction.
detect-node-support
:
List the Node.js versions supported by the package/repository
macAura
:
Asus ROG aura for hackintosh
M_process
:
read or write to a process from Fortran via a C wrapper
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
twinkle
?
Download (.md)
# Twinkle UDP-based, light key-value store. [](https://github.com/kirisaki/twinkle/actions) [](https://hub.docker.com/r/kirisaki/twinkle) ## benchmark ``` twinkle: 0.176secs elapsed for 2000 requests redis: 0.210secs elapsed for 2000 requests ``` [Benchmark code is here.](https://github.com/kirisaki/twinkle-bench) ## Usage Use docker. Remenber to open UDP port. ```shell $ docker run -d -p 3000:3000/udp kirisaki:twinkle ``` Docker repositry is https://hub.docker.com/repository/docker/kirisaki/twinkle ## Client libraly - Rust https://github.com/kirisaki/twinkle-rust ## License [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)