There are 0 repository under c-extension topic.
Apache Kafka client for Python; high-level & low-level consumer/producer, with great performance.
Improved build system generator for CPython C, C++, Cython and Fortran extensions
High-performance HTML5 parser for Ruby based on Lexbor, with support for both CSS selectors and XPath.
Super-fast and clean conversions to numbers for Python.
Tutorial on python packaging
LZ4-frame library for Python (via C bindings)
Universal Binary JSON draft-12 serializer for Python
Simple interface to libmagic for Ruby Programming Language
Python wrapper extension for C Whirlpool digest reference implementation.
Python implementation of the AUTOSAR E2E Protocol
A Python library for calculating string distances using C extensions (with a pure Python fallback)
dasae-headers: A modern extension language for safer and more productive C programming
Yet another FizzBuzz in Ruby!
A wrapper library for compatibility with projects written for the Windows API, where wchar_t size == 2 bytes on *nix platforms. Replaces libc, glibc functions using the wchar_t type.
Python C extension wrapping the minimal Qt Qml API. Still very much a WIP
An extension for PHP written in c to demonstrate the performance improvements in the numerical calculation.
Python C-Extension on Kivy for Android
This Repo contains all info about how to call the c function in python.
PHP C-Extension to parse a TOML formatted string, and return its equivalent array structure
Example code written in C for beginners
try out ruby's c-extensions
Additional helper methods to improve numpy.argmax performance for 1D boolean arrays with strides
2-opt python library implemented in c
Benchmarking Python-C Integration Methods: Performance and Practicality. This repository compares Pure C, Pure Python, Python C Extensions, and ctypes using matrix multiplication to assess execution time, implementation complexity, and maintainability.
Examples on how to setup numba, cython and c-extensions for speed improvements in Python projects