S3Scanner icon indicating copy to clipboard operation
S3Scanner copied to clipboard

Profile

Open sa7mon opened this issue 5 years ago • 2 comments

  • Optimize imports to only pull in what we're using
  • Find a good trade-off between bucket checking speed and memory consumed.

sa7mon avatar Jan 15 '20 01:01 sa7mon

https://news.ycombinator.com/item?id=22084951

sa7mon avatar Jan 19 '20 14:01 sa7mon

Do research to see if it helps to only import methods instead of whole modules

i.e. from sys import exit vs import sys

https://stackoverflow.com/a/51300944/2307994

sa7mon avatar Jul 01 '20 00:07 sa7mon