Skip to content

Commit

Permalink
chore: clean up READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
panjf2000 committed Dec 3, 2022
1 parent 7968cec commit d9024a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@

English | [中文](README_ZH.md)

### ⚠️ Before you file any Github issues about gnet

Please read [<u>*How To Ask Questions The Smart Way*</u>](http://www.catb.org/~esr/faqs/smart-questions.html) before you file an issue formally.

**Furthermore, please comply with the issue template instead of just filling it out yourself, otherwise your issue may not be accepted or may even be closed outright.**

# 📖 Introduction

`gnet` is an event-driven networking framework that is fast and lightweight. It makes direct [epoll](https://en.wikipedia.org/wiki/Epoll) and [kqueue](https://en.wikipedia.org/wiki/Kqueue) syscalls rather than using the standard Go [net](https://golang.org/pkg/net/) package and works in a similar manner as [netty](https://github.com/netty/netty) and [libuv](https://github.com/libuv/libuv), which makes `gnet` achieve a much higher performance than Go [net](https://golang.org/pkg/net/).
Expand Down
6 changes: 0 additions & 6 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@

[英文](README.md) | 中文

### ⚠️ 在你提交任何关于 gnet 的 Github issue 之前

请先阅读[《提问的智慧》](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md),然后再正式提交 issue。

**另外,请按照 Github issue 的模板填写而不是自己随便填,否则你的 issue 可能不会被受理,甚至可能被直接关闭**

# 📖 简介

`gnet` 是一个基于事件驱动的高性能和轻量级网络框架。它直接使用 [epoll](https://en.wikipedia.org/wiki/Epoll)[kqueue](https://en.wikipedia.org/wiki/Kqueue) 系统调用而非标准 Go 网络包:[net](https://golang.org/pkg/net/) 来构建网络应用,它的工作原理类似两个开源的网络库:[netty](https://github.com/netty/netty)[libuv](https://github.com/libuv/libuv),这也使得 `gnet` 达到了一个远超 Go [net](https://golang.org/pkg/net/) 的性能表现。
Expand Down

0 comments on commit d9024a0

Please sign in to comment.