~aishimoto/shibazuke/test-bytearray

  • Committer: ishimoto
  • Date: 2010-02-13 10:51:24 UTC
  • Revision ID: ishimoto@ishimoto-tpx200-20100213105124-lf7nm392hfv044vp
Using ByteArray() instead of list of strings.
ByteArray() is faster for a lot of small objects, but slower
for larger(>40 bytes) objects.
Filename Latest Rev Last Changed Committer Comment Size
..
docs 9 14 years ago ishimoto Preparing for release 0.1.0 Diff
py 9 14 years ago ishimoto Preparing for release 0.1.0 Diff
bench.py 12 14 years ago ishimoto Use time.clock() instead of time.time() 1.6 KB Diff Download File
ez_setup.py 11 14 years ago ishimoto Forgot to add ez_setup.py 10.3 KB Diff Download File
LICENSE 9 14 years ago ishimoto Preparing for release 0.1.0 1 KB Diff Download File
MANIFEST.in 9 14 years ago ishimoto Preparing for release 0.1.0 82 bytes Diff Download File
README 9 14 years ago ishimoto Preparing for release 0.1.0 597 bytes Diff Download File
setup.py 10 14 years ago ishimoto Released 0.1.0 698 bytes Diff Download File
shibazuke.c 14 14 years ago ishimoto Using ByteArray() instead of list of strings. Byte 132 KB Diff Download File
shibazuke.pyx 14 14 years ago ishimoto Using ByteArray() instead of list of strings. Byte 18.6 KB Diff Download File
testshibazuke.py 14 14 years ago ishimoto Using ByteArray() instead of list of strings. Byte 6.1 KB Diff Download File