0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python150 forks (150 forks)github user discovery
apienhancementhacktoberfest
Repository metrics
- Stars
- 1,032 stars (1,032 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Na palestra da @jpbonson hoje na PythonBrasil ela sugeriu o uso do django-rest-framework-rapidjson para codificação/decodificação mais rápida de JSON. Buscando sobre o tema, encontrei outras soluções e acho que seria interessante criarmos um benchmark (como esse) entre as possíveis novas soluções e então criar um PR com a instalação/configuração do novo codec. As opções são:
Contributor guide
- Research direction
- Research existing JSON benchmark repositories for DRF renderers and parsers, then test the available options (rapidjson, orjson, ujson) with the current codebase to determine the fastest codec. Create a pull request with the configuration change.
- Tech stack
- pythondjango
- Domain
- backendapi
- Issue type
- Performance
- Prerequisites
- PythonDjangoDjango REST Framework