8000 GitHub - hanke0/python-ctools at 0.1.0
[go: up one dir, main page]

Skip to content

hanke0/python-ctools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A collection of useful extensions for python implement in C.

Python:>= 3.5
Version: 0.1.0
Latest stable:0.1.0
Python Implementation:CPython only

Install and update using pip (python3 only):

pip install -U ctools

Latest develop document at api.md.

See wiki for stable release document.

$ make benchmark
  int8_to_datetime,       63.481 ns ± 4.179 nseach (10 runs, 1,000,000 loops)
  jump_consistent_hash,   156.082 ns ± 6.489 nseach (10 runs, 1,000,000 loops)
  strhash,                139.542 ns ± 4.268 nseach (10 runs, 1,000,000 loops)

pytest needed. Simple use make test. If package is installed, you can run ctools.test() for testing.

What's important is free.

0