Memory Efficient Deconstructed Vectorized Dataframe Interface
Project description
MEDVeDI

Memory Efficient Deconstructed Vectorized Dataframe Interface.
Design goals:
- Favor performance over nice syntax features. Sacrifice fool-proof for efficient zero-copy operations.
- Ensure ideal micro-performance and optimize for moderate data sizes (megabytes).
- The use-case is API server code that you write once and execute many times.
- Try to stay compatible with the Pandas interface. There is no
Series
, however. - Rely on numpy.
- Friends with Arrow.
- Frequently release GIL and depend on native extensions doing unsafe things.
- Test only CPython and Linux.
- Support only x86-64 CPUs with AVX2.
- Support only Python 3.10+.
- 100% test coverage.
Otherwise, you should be way better with regular Pandas.
Medvedi used to be heavily used in production at Athenian.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distributions
File details
Details for the file medvedi-0.1.68-cp312-cp312-manylinux_2_34_x86_64.whl
.
File metadata
- Download URL: medvedi-0.1.68-cp312-cp312-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.12, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
dbc75b2309247d7ebee62e412423c7a42313cfd24de65c8534ef8db5026a86cc
|
|
MD5 |
0ad4b7d6e08e350fbc5cf068df682160
|
|
BLAKE2b-256 |
0598932cbd1233fe39eddb98761126e62ea308faa9f9c1ea54a000da8e5af47d
|
File details
Details for the file medvedi-0.1.68-cp311-cp311-manylinux_2_34_x86_64.whl
.
File metadata
- Download URL: medvedi-0.1.68-cp311-cp311-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.11, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
74cf1aaf3547e22b837abb7fa7a4295c80701536fee72f28d7f614cb85a90128
|
|
MD5 |
24848e21da4be40793db9622654b5c03
|
|
BLAKE2b-256 |
8a98d724fc022ecf11ff2dca3de6c731e26b02f31ee4fbb56299d7dbd865cff5
|
File details
Details for the file medvedi-0.1.68-cp310-cp310-manylinux_2_34_x86_64.whl
.
File metadata
- Download URL: medvedi-0.1.68-cp310-cp310-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.10, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3e3908a3ddf5a4a3e24c9588b62fc67d6e9be935f25c9e46cbfdd56bbb5facd2
|
|
MD5 |
546f46bf4704ac7b858417a81e445600
|
|
BLAKE2b-256 |
ad1ff03ed57adc324ec5e21e4e49f753ac90fea1636a93a7fff23be4b317df49
|