Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lewiszlw/lewiszlw


https://github.com/lewiszlw/lewiszlw

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

**Hi, I'm Linwei Zhang** (usually naming **lewiszlw** on the internet):
- 🎓 Computer science graduate from [WHUT](https://en.wikipedia.org/wiki/Wuhan_University_of_Technology)
- 👨‍💻 Worked at [Meituan](https://about.meituan.com/home) / [Amazon](https://www.amazon.com/) / [Xiaomi](https://www.mi.com/)
- 💻 Database engineer | 🎮 Hobbyist game dev | Apache DataFusion Committer
- 📄 Resume: [English TODO](https://github.com/lewiszlw/lewiszlw/blob/main/Resume_EN.md) | [中文](https://github.com/lewiszlw/lewiszlw/blob/main/Resume_CN.md)
- 📱 Contact me: 📫 [[email protected]](mailto:[email protected]) | 💬 Wechat: wx597422850 | Discord: [linwei#8522](http://discordapp.com/users/891664307035713576)
- Social network: 🦣 [Mastodon](https://mastodon.world/@lewiszlw) | [Twitter](https://twitter.com/lewiszlw)
- Others: [知乎](https://www.zhihu.com/people/tian-qian-zhu-wu-ya) | [Bilibili](https://space.bilibili.com/43876861) | [Youtube](https://www.youtube.com/channel/UCnvri1tqAjxsp9nGQ63zUNw)

[![GitHub stats](https://github-readme-stats.vercel.app/api?username=lewiszlw&count_private=true&show_icons=true&theme=solarized-dark&include_all_commits=true)](https://github.com/anuraghazra/github-readme-stats)

#### 🎖️ Open source contributions
- [![Commits to Apache DataFusion](https://img.shields.io/github/commit-activity/t/apache/datafusion?authorFilter=lewiszlw&style=social&label=Apache%20DataFusion)](https://github.com/apache/datafusion/commits?author=lewiszlw)
- [![Commits to Bevy Engine](https://img.shields.io/github/commit-activity/t/bevyengine/bevy?authorFilter=lewiszlw&style=social&label=Bevy%20Engine)](https://github.com/bevyengine/bevy/commits?author=lewiszlw)
- [![Commits to rCore-Tutorial-Book-v3](https://img.shields.io/github/commit-activity/t/rcore-os/rCore-Tutorial-Book-v3?authorFilter=lewiszlw&style=social&label=rCore%20Tutorial%20Book)](https://github.com/rcore-os/rCore-Tutorial-Book-v3/commits?author=lewiszlw)
- [![Commits to GeoArrow Rust](https://img.shields.io/github/commit-activity/t/geoarrow/geoarrow-rs?authorFilter=lewiszlw&style=social&label=GeoArrow%20Rust)](https://github.com/geoarrow/geoarrow-rs/commits?author=lewiszlw)

#### 🔨 Check out my recent pull requests

- [2024秋冬季开源操作系统训练营总结-张林伟](https://github.com/rcore-os/blog/pull/507) on [rcore-os/blog](https://github.com/rcore-os/blog) (3 days ago)
- [Update ch9 2device-driver-3.rst](https://github.com/rcore-os/rCore-Tutorial-Book-v3/pull/239) on [rcore-os/rCore-Tutorial-Book-v3](https://github.com/rcore-os/rCore-Tutorial-Book-v3) (4 days ago)
- [Update ch9 2device-driver-2.rst](https://github.com/rcore-os/rCore-Tutorial-Book-v3/pull/238) on [rcore-os/rCore-Tutorial-Book-v3](https://github.com/rcore-os/rCore-Tutorial-Book-v3) (5 days ago)
- [Update ch9 2device-driver-1.rst](https://github.com/rcore-os/rCore-Tutorial-Book-v3/pull/237) on [rcore-os/rCore-Tutorial-Book-v3](https://github.com/rcore-os/rCore-Tutorial-Book-v3) (5 days ago)
- [Update ch9 2device-driver-0.rst](https://github.com/rcore-os/rCore-Tutorial-Book-v3/pull/236) on [rcore-os/rCore-Tutorial-Book-v3](https://github.com/rcore-os/rCore-Tutorial-Book-v3) (5 days ago)
- [Update ch9 1io-interface.rst](https://github.com/rcore-os/rCore-Tutorial-Book-v3/pull/235) on [rcore-os/rCore-Tutorial-Book-v3](https://github.com/rcore-os/rCore-Tutorial-Book-v3) (5 days ago)
- [Update ch8 5concurrency-problem.rst](https://github.com/rcore-os/rCore-Tutorial-Book-v3/pull/234) on [rcore-os/rCore-Tutorial-Book-v3](https://github.com/rcore-os/rCore-Tutorial-Book-v3) (1 week ago)
- [Update ch8 2lock.rst](https://github.com/rcore-os/rCore-Tutorial-Book-v3/pull/233) on [rcore-os/rCore-Tutorial-Book-v3](https://github.com/rcore-os/rCore-Tutorial-Book-v3) (1 week ago)
- [Task initial stack pointer doesn't need offset -32 in stackful_coroutine example](https://github.com/rcore-os/rCore-Tutorial-v3/pull/154) on [rcore-os/rCore-Tutorial-v3](https://github.com/rcore-os/rCore-Tutorial-v3) (1 week ago)
- [Update ch8 1thread-kernel.rst](https://github.com/rcore-os/rCore-Tutorial-Book-v3/pull/231) on [rcore-os/rCore-Tutorial-Book-v3](https://github.com/rcore-os/rCore-Tutorial-Book-v3) (2 weeks ago)

#### 👷 Check out what I'm currently working on

- [NightsWatchGames/screen-ball](https://github.com/NightsWatchGames/screen-ball) - Work and play ball game made with bevy engine. (1 day ago)
- [rcore-os/blog](https://github.com/rcore-os/blog) - rcore-os Developer Blog (2 days ago)
- [systemxlabs/.github](https://github.com/systemxlabs/.github) - (3 days ago)
- [systemxlabs/ballista-mvp](https://github.com/systemxlabs/ballista-mvp) - A MVP implementation of distributed query engine cut from datafusion-ballista codebase for learning purpose. (5 days ago)
- [systemxlabs/green-threads-in-200-lines-of-rust](https://github.com/systemxlabs/green-threads-in-200-lines-of-rust) - Green threads / stackful coroutine implemented in 200 lines of Rust. (1 week ago)

#### ⭐ Check out my recent stars

- [systemxlabs/green-threads-in-200-lines-of-rust](https://github.com/systemxlabs/green-threads-in-200-lines-of-rust) - Green threads / stackful coroutine implemented in 200 lines of Rust. (1 week ago)
- [rcore-os/rCore-Tutorial-Book-v3](https://github.com/rcore-os/rCore-Tutorial-Book-v3) - A book about how to write OS kernels in Rust easily. (3 weeks ago)
- [rcore-os/rCore-Tutorial-v3](https://github.com/rcore-os/rCore-Tutorial-v3) - Let's write an OS which can run on RISC-V in Rust from scratch! (3 weeks ago)
- [tokio-rs/tokio](https://github.com/tokio-rs/tokio) - A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ... (2 months ago)
- [rust-lang-cn/nomicon-zh-Hans](https://github.com/rust-lang-cn/nomicon-zh-Hans) - Rust 死灵书简体中文翻译 (2 months ago)

#### 📜 Check out my recent blog posts

- [200 行 Rust 代码实现绿色线程 / 有栈协程](https://systemxlabs.github.io/blog/green-threads-in-200-lines-of-rust/) (1 week ago)
- [Rust 异步运行时 smol 剖析](https://systemxlabs.github.io/blog/smol-async-runtime/) (1 month ago)
- [DataFusion 查询引擎两阶段并行哈希分组聚合](https://systemxlabs.github.io/blog/datafusion-grouped-aggregations/) (2 months ago)
- [Rust 无畏并发的基础 Send 和 Sync](https://systemxlabs.github.io/blog/rust-send-sync/) (4 months ago)
- [DataFusion 查询引擎 UDF 设计](https://systemxlabs.github.io/blog/datafusion-udf/) (5 months ago)