Skip to content

Releases: imneonizer/imthread

v1.1

16 Nov 10:26
92feabb
Compare
Choose a tag to compare

Decorators support added.

imthread v1.0

12 Oct 15:53
7905fbe
Compare
Choose a tag to compare

quick launch mode added
standard way of measuring time elapsed added

imthread v0.2.2

10 Sep 09:39
907be13
Compare
Choose a tag to compare

now we can run our program with single thread batches aswell,
this can give a better idea to estimate time complexity of the code when running on single thread.

imthread v0.2.1

01 Sep 12:01
b086296
Compare
Choose a tag to compare

added imthread.stop() function to kill all active threads in case you wanted to

imthread v0.2.0

01 Sep 08:25
bde7c1a
Compare
Choose a tag to compare
  • max_threads parameter added so now you can decide how many threads it can create at once in case there are large number of inputs it won't eat up all of your resources.
  • An optional console log(output=True) function is added to see thread creations in real time.
  • some bugs are fixed

imthread

08 Aug 11:04
d44c8b1
Compare
Choose a tag to compare

This is the first release of imthread, a python library dedicated to running any function on multiple threading for fast processing of your data.
you can install it with, "pip install imthread".