Skip to content

Commit

Permalink
Add cover images for blogs
Browse files Browse the repository at this point in the history
  • Loading branch information
panjf2000 committed Nov 10, 2024
1 parent cffd9d6 commit 8401ed3
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blog/2020-03-13-announcing-gnet-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ author_github: https://github.com/panjf2000
tags: ["type: announcement", "domain: presentation"]
---

![](/img/gnet-v1-0-0.jpg)

## Today, we are release gnet v1.0.0, enjoy this ultra-fast framework of networking!

<p align="center">
Expand Down
2 changes: 2 additions & 0 deletions blog/2020-03-14-announcing-gnet-v1-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ tags: ["type: 官宣", "domain: 展示"]
<img src="https://raw.githubusercontent.com/panjf2000/logos/master/gnet/logo.png" alt="gnet" />
</p>

![](/img/gnet-v1-0-0.jpg)

# 📖 简介

`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
2 changes: 2 additions & 0 deletions blog/2022-02-27-announcing-gnet-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ author_github: https://github.com/panjf2000
tags: ["type: announcement", "domain: presentation"]
---

![](/img/gnet-v2-0-0.jpg)

Today, I'm thrilled to announce the release of [gnet v2.0.0](https://github.com/panjf2000/gnet/releases/tag/v2.0.0), in which we've made plenty of significant improvements and optimizations: added and removed some APIs, redesigned and reimplemented the buffer, optimized the memory pool, etc.

In this blog post, we'll go through the most notable changes to gnet 2.0.
Expand Down
2 changes: 2 additions & 0 deletions blog/2023-07-01-announcing-gnet-v2-3-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ author_github: https://github.com/panjf2000
tags: ["type: announcement", "domain: presentation"]
---

![](/img/gnet-v2-3-0.jpg)

Today, I'm thrilled to announce the official release of [gnet v2.3.0](https://github.com/panjf2000/gnet/releases/tag/v2.3.0).

P.S. Follow me on Twitter [@panjf2000](https://twitter.com/panjf2000) to get the latest updates about gnet!
Expand Down
2 changes: 2 additions & 0 deletions blog/2024-04-22-announcing-gnet-v2-5-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ author_github: https://github.com/panjf2000
tags: ["type: announcement", "domain: presentation"]
---

![](/img/gnet-v2-5-0.jpg)

The v2.5.0 for `gnet` is officially released!

The two major updates in this release are [feat: support edge-triggered I/O](https://github.com/panjf2000/gnet/pull/576) and [feat: support multiple network addresses binding](https://github.com/panjf2000/gnet/pull/578).
Expand Down
2 changes: 2 additions & 0 deletions blog/2024-11-09-announcing-gnet-v2-6-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ author_github: https://github.com/panjf2000
tags: ["type: announcement", "domain: presentation"]
---

![](/img/gnet-v2-6-0.webp)

The `gnet` v2.6.0 is officially released!

The two major updates in this release are [feat: support configurable I/O chunk to drain at a time in edge-triggered mode](https://github.com/panjf2000/gnet/pull/646) and [feat: support SO_BINDTODEVICE on Linux](https://github.com/panjf2000/gnet/pull/650).
Expand Down
2 changes: 2 additions & 0 deletions highlights/2023-07-01-release-of-gnet-v2-3-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ hide_on_release_notes: false
tags: ["type: tag", "domain: v2.3.0"]
---

![](/img/gnet-v2-3-0.jpg)

## Intro

The two major updates in this official release are [#460](https://github.com/panjf2000/gnet/pull/460) and [#461](https://github.com/panjf2000/gnet/pull/461).
Expand Down
Binary file added static/img/gnet-v2-3-0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8401ed3

Please sign in to comment.