Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 304 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 304 Bytes

range_list

a sorted range list for python in boost::python

use bjam to compile: bjam release

hello_range.py is a simple example.

benchmark_c.py is a benchmark for this c++ range_list module, while benchmark_p.py is a benchmark using the original python range_list(range_list0.py) module.