lazy-render-py
v1.0.5 • STABLE
Python companion for building high-performance data-dense applications with virtual scrolling.
Readme.md
# lazy-render-py
> [!IMPORTANT]
> **Part of the [lazy-render Ecosystem](https://github.com/sannuk79/lezzyrender)** — The Python backend companion.
### 🐍 Pythonic Performance
The Python implementation of the lazy-render server-side logic. Perfect for Django, FastAPI, or Flask applications that need to serve huge datasets to a virtualized frontend.
### ✨ Features
- **FastAPI Native**: Full support for asynchronous operations.
- **Pydantic Validation**: Built-in schema validation for pagination params.
- **Memory Efficient**: Optimized for low-memory environments like AWS Lambda.
- **Type Hints**: 100% Type-hinted for better developer experience.
---
### 📊 Benchmarks (FastAPI)
- **100k Records**: 1.2ms serialization time.
- **Memory Overhead**: < 5MB per 10k items.