https://github.com/nugine/nugine
https://github.com/nugine/nugine
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nugine/nugine
- Owner: Nugine
- Created: 2021-03-16T07:08:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-15T12:05:03.000Z (about 1 month ago)
- Last Synced: 2025-03-15T13:19:35.611Z (about 1 month ago)
- Language: Python
- Size: 79.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Hi there!
I'm Xuyang WANG. I love to create something interesting. 👋
My ID is **Nugine**. Just a **nu**clear en**gine**.
My blog site:
Programming languages: Rust, Python, C/C++, TypeScript/JavaScript, ...
Notable projects:
+ [Nugine/s3s](https://github.com/Nugine/s3s): S3 Service Adapter
+ [Nugine/simd](https://github.com/Nugine/simd): SIMD-accelerated operations
+ [Nugine/rlimit](https://github.com/Nugine/rlimit/): Resource limits
+ [Nugine/const-str](https://github.com/Nugine/const-str): Compile-time string operations
+ [Nugine/redis-hyperloglog](https://github.com/Nugine/redis-hyperloglog): Accelerate Redis PFCOUNT and PFMERGE by 12 times
+ [Nugine/zuc](https://github.com/Nugine/zuc): ZUC Stream Cipher Algorithms
+ [Nugine/numeric_cast](https://github.com/Nugine/numeric_cast): Safely cast between numbers
+ [Nugine/asc](https://github.com/Nugine/asc): Atomic Strong Count
+ [Nugine/outref](https://github.com/Nugine/outref): Out reference
+ [Nugine/scoped-writer](https://github.com/Nugine/scoped-writer): Scoped writer utility
+ [Nugine/std-next](https://github.com/Nugine/std-next): Opinionated utilities and polyfills
+ [Nugine/transform-stream](https://github.com/Nugine/transform-stream): Lightweight async stream wrapper
+ [Nugine/wgp](https://github.com/Nugine/wgp): Yet another waitgroup implementation
+ [Nugine/ordered-vecmap](https://github.com/Nugine/ordered-vecmap): Ordered map and set based on vectors and binary search
+ [Nugine/rust-utils](https://github.com/Nugine/rust-utils): Various utilities and experimental ideas
+ [Nugine/bfjit](https://github.com/Nugine/bfjit): Brainfuck JIT 虚拟机教程
+ [Nugine/rdma](https://github.com/Nugine/rdma): Low-level RDMA API
+ [Nugine/simdutf-rs](https://github.com/Nugine/simdutf-rs): Unicode validation and transcoding at billions of characters per second
+ [Nugine/epkv](https://github.com/Nugine/epkv): An experimental distributed key-value database using EPaxos protocol
+ [Nugine/setup-flatc](https://github.com/Nugine/setup-flatc): Setup flatc for use in actions
+ [Nugine/nuclear-router](https://github.com/Nugine/nuclear-router): A URL router library with focus on speed
+ [Nugine/nuclear](https://github.com/Nugine/nuclear): A web framework for humans
+ [Nugine/deno-manual-cn](https://github.com/Nugine/deno-manual-cn): Deno 中文手册
+ [Nugine/json-rs](https://github.com/Nugine/json-rs): A json parser for learning
+ [Nugine/mirage-tank](https://github.com/Nugine/mirage-tank): A simple library for creating "mirage tank" images
+ [Nugine/bpnn-rs](https://github.com/Nugine/bpnn-rs): An implementation of BPNN in Rust
+ [ThinkSpiritLab/carapace](https://github.com/ThinkSpiritLab/carapace): A code runner for online judge
+ [ThinkSpiritLab/ojcmp](https://github.com/ThinkSpiritLab/ojcmp): Online judge comparer
+ [ThinkSpiritLab/ScrollBoard](https://github.com/ThinkSpiritLab/ScrollBoard): 滚榜动画
+ [datenlord/s3-server](https://github.com/datenlord/s3-server): Generic S3 server implementation
+ [datenlord/aligned-utils](https://github.com/datenlord/aligned-utils): Common utilities to work with aligned values and allocation
+ [datenlord/async-fuse](https://github.com/datenlord/async-fuse): asynchronous FUSE implementation
+ ...I have contributed to various projects:
+ [rust-lang/rust](https://github.com/rust-lang/rust)
+ https://github.com/rust-lang/rust/pull/106774
+ [rust-lang/reference](https://github.com/rust-lang/reference)
+ https://github.com/rust-lang/reference/pull/1331
+ [rust-lang/stdarch](https://github.com/rust-lang/stdarch)
+ https://github.com/rust-lang/stdarch/pull/1354
+ https://github.com/rust-lang/stdarch/pull/1357
+ https://github.com/rust-lang/stdarch/pull/1358
+ https://github.com/rust-lang/stdarch/pull/1364
+ [redis/redis](https://github.com/redis/redis)
+ https://github.com/redis/redis/pull/13558
+ https://github.com/redis/redis/pull/13672
+ [valkey-io/valkey](https://github.com/valkey-io/valkey)
+ https://github.com/valkey-io/valkey/pull/1293
+ [deepseek-ai/3FS](https://github.com/deepseek-ai/3FS)
+ https://github.com/deepseek-ai/3FS/pull/59
+ [denoland/deno](https://github.com/denoland/deno)
+ https://github.com/denoland/deno/pull/14992
+ [uuid-rs/uuid](https://github.com/uuid-rs/uuid)
+ https://github.com/uuid-rs/uuid/issues/556
+ https://github.com/uuid-rs/uuid/issues/561
+ https://github.com/uuid-rs/uuid/pull/562
+ https://github.com/uuid-rs/uuid/pull/566
+ [denoland/rusty_v8](https://github.com/denoland/rusty_v8)
+ https://github.com/denoland/rusty_v8/pull/1019
+ [rust-lang/socket2](https://github.com/rust-lang/socket2)
+ https://github.com/rust-lang/socket2/pull/553
+ [tikv/rust-rocksdb](https://github.com/tikv/rust-rocksdb)
+ https://github.com/tikv/rust-rocksdb/pull/686
+ [apache/opendal](https://github.com/apache/opendal)
+ [datenlord/datenlord](https://github.com/datenlord/datenlord)
+ [RustMagazine/rust_magazine_2021](https://github.com/RustMagazine/rust_magazine_2021)
+ [minio/mc](https://github.com/minio/mc)
+ [RustScan/RustScan](https://github.com/RustScan/RustScan)
+ [DataDog/glommio](https://github.com/DataDog/glommio)
+ [console-rs/indicatif](https://github.com/console-rs/indicatif)
+ [ibraheemdev/matchit](https://github.com/ibraheemdev/matchit)
+ [Rust-Coding-Guidelines/rust-coding-guidelines-zh](https://github.com/Rust-Coding-Guidelines/rust-coding-guidelines-zh)
+ [kpcyrd/syscallz-rs](https://github.com/kpcyrd/syscallz-rs)
+ ...### Sponsor
If my open-source work has been helpful to you, please sponsor me.
Your contribution can help me cover the costs of hosting, development tools, and other expenses that come with creating high-quality software.
By sponsoring me, you'll also be supporting the wider open-source ecosystem. Your contribution will help to fund the development of other projects and allow developers to dedicate more time to improving the software that powers our world.
Every little bit helps, and I appreciate your support. Thank you!
#### PayPal
#### Alipay 支付宝

#### WeChat Pay 微信支付
