Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frameworks/effinitive/meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"display_name": "effinitive",
"language": "C#",
"type": "emerging",
"type": "experimental",
"mode": "standard",
"engine": "effinitive",
"description": "Ultra-high-performance custom HTTP server for .NET 10 — built from scratch for maximum speed.",
Expand Down
2 changes: 1 addition & 1 deletion frameworks/pyronova/meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"display_name": "pyronova",
"language": "Python",
"type": "emerging",
"type": "experimental",
"mode": "tuned",
"engine": "pyronova",
"description": "Pyronova — Python web framework with a Rust core (hyper + tokio + rustls + mimalloc) and PEP 684 sub-interpreter workers for true multi-core parallelism. Opt-in features: gzip/brotli compression, rustls TLS with h2/h1 ALPN, streaming body ingest, async Postgres via sqlx::PgPool. Handlers are standard Python functions routed via decorators.",
Expand Down
4 changes: 2 additions & 2 deletions site/data/frameworks.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"dir": "effinitive",
"description": "Ultra-high-performance custom HTTP server for .NET 10 \u2014 built from scratch for maximum speed.",
"repo": "https://github.com/HBartosch/Effinitive",
"type": "emerging",
"type": "experimental",
"engine": "effinitive",
"mode": "standard"
},
Expand Down Expand Up @@ -493,7 +493,7 @@
"dir": "pyronova",
"description": "Pyronova \u2014 Python web framework with a Rust core (hyper + tokio + rustls + mimalloc) and PEP 684 sub-interpreter workers for true multi-core parallelism. Opt-in features: gzip/brotli compression, rustls TLS with h2/h1 ALPN, streaming body ingest, async Postgres via sqlx::PgPool. Handlers are standard Python functions routed via decorators.",
"repo": "https://github.com/leocaolab/pyronova",
"type": "emerging",
"type": "experimental",
"engine": "pyronova",
"mode": "tuned"
},
Expand Down
2 changes: 1 addition & 1 deletion site/static/new-leaderboard/data.js

Large diffs are not rendered by default.

Loading