Exodus-Privacy / exodus-core

Core functionality of εxodus
GNU Affero General Public License v3.0
18 stars 17 forks source link

Globally improve efficiency #6

Closed Gu1nness closed 6 years ago

Gu1nness commented 6 years ago

The use of smart iterators from itertools is more efficient than python threading for such short lived threads with shared memory accesses.

Moreover, avoiding to call multiple times the same function improve the efficiency of the CLI tool.