We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e46d66 + 7070f18 commit b894590Copy full SHA for b894590
README.rst
@@ -33,6 +33,10 @@ Below is benchmark metrics against 3 major RC4 implementations.
33
34
The whole benchmark code is in ``./benchmark.py``.
35
36
+.. note::
37
+
38
+ arc4 supports multi-threading but it is too fast to ignore the overhead of context-switching, in most cases.
39
40
Install
41
-------
42
setup.py
@@ -4,7 +4,7 @@
4
from distutils.core import Extension, setup
5
6
7
-VERSION = '0.1.1'
+VERSION = '0.2.0'
8
9
10
def read_file(path):
0 commit comments