Maxim Martynov
Maxim Martynov
## Description - Name: Spark Excel Library - URL: https://github.com/nightscape/spark-excel - License: Apache-2.0 ## Why Spark Excel library allows to read data from .xls and .xlsx files, and export Spark...
## Description - Name: spark-dialect-extension - URL: https://github.com/MobileTeleSystems/spark-dialect-extension - License: Apache-2.0 ## Why spark-dialect-extensions provides custom JDBC dialect implementations with fixed type mapping and other flaws. For example, it implements...
## Description - Name: onETL - URL: https://github.com/MobileTeleSystems/onetl - License: Apache-2.0 ## Why onETL simplifies writing ETL/ELT scripts by: * Providing unified classes for DB operations, e.g. batch writing, batch...
Motivation ---------- Currently if `app.depedendency_overrides` is not empty then each request generates new Dependant, instead of reusing one build while declaring a route. This effects performance of all requests, even...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Package ecosystem pip ### Package manager version poetry 2.2.1 ### Language version Python...
### Changes Fixes #1028 According to this microbenchmark, compression level=1 is the fastest one, then higher values gives max 1-3% better compression levels but much slower Inspired by: https://github.com/python/cpython/issues/91349#issuecomment-2737161048 microbenchmark.py...