Skip to content

allenai/bettermap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bettermap

bettermap is a drop-in replacement for Python's map function. It parallelizes the map function across all available processors.

Install with pip install bettermap.