Meta-class of type that extends Python type system to create dtype-like memory-types
Project description
Overview
The “mtypes” package provides a memory-type system suitable for use by any container, object, or library where the memory-layout matters or access to fast native-code implementations is needed.
Specifically it creates a new sub-class of type at the CPython layer so that every mtype is a type but with special function pointers needed for manipulating the raw memory that the type implies.
Links
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 Distribution
mtypes-0.1.1.tar.gz
(3.5 kB
view hashes)