Skip to content

Commit f68b0ac

Browse files
committed
bugs and docs
1 parent c7eb0f8 commit f68b0ac

File tree

4 files changed

+3
-88
lines changed

4 files changed

+3
-88
lines changed

circular_buffer_numpy/queue.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
__version__ = '0.0.0'
2121

2222
from logging import debug, info, warn, error
23+
import traceback
2324

2425

2526
class Queue(object):

docs/source/io_interupt_gui.py

Lines changed: 0 additions & 86 deletions
This file was deleted.

docs/source/theory-of-operation.rst

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ The numerical output :: python
6666
1.650482488999998e-05 per write and 1.2904178099999797e-06 per read of 10x100 array
6767
0.00013166361600000016 per write and 1.2773896999998869e-06 per read of 100x100 array
6868
0.0012954091400000003 per write and 1.2730259999997885e-06 per read of 1000x100 array
69-
0.013044410029999974 per write and 1.3796100000007528e-06 per read of 10000x100 array
70-
1.2233516567000002e-05 per write and 1.455322498000001e-06 per read of 1x1000 array
69+
0.013044410029999974 per write and 1.377e-06 per read of 10000x100 array
70+
1.2233516567000002e-05 per write and 1.455e-06 per read of 1x1000 array
7171
0.00014691199192 per write and 1.2784705600000024e-06 per read of 10x1000 array
7272
0.001376928726700001 per write and 1.3089801000006674e-06 per read of 100x1000 array
7373
0.012413041053 per write and 1.5748430000002146e-06 per read of 1000x1000 array

examples/write-read benchmarks.py

100644100755
File mode changed.

0 commit comments

Comments
 (0)