Switch to a different implementation of a sorted list.

- Raymond Hettingers version is simpler and faster when loading
  large summaries. e.g. 38 secs instead of 48 secs previously.
This commit is contained in:
Andrew Hamilton 2021-04-13 00:01:31 +10:00
parent 787c304d06
commit e84d7ac958
3 changed files with 342 additions and 6 deletions

View file

@ -10,7 +10,7 @@ if [ $DIST_ID != "ubuntu" ]; then
exit 1
fi
echo "Installing the dependencies of the eris script…"
sudo apt --yes install python3-pip python3.8 util-linux python3-sortedcontainers
sudo apt --yes install python3-pip python3.8 util-linux
python3.8 -m pip install pyinotify pygments docopt pillow toml
echo
echo "Installing all the tools eris may need…"