Skip to content

sshivprasad/multiprocessing-in-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiprocessing in Python

The demo module contains example calls to map(), map_async(), apply(), apply_async(), imap(), imap_unordered() to demonstrate the usage.

The preprocess_text module contains code to get a comparative measure of time taken by pandas map, map_async, imap, imap_unordered to preprocess about 2200 texts by removing emoticons, punctuations, stopwords etc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages