Skip to content

Commit

Permalink
Use isal for faster compression
Browse files Browse the repository at this point in the history
  • Loading branch information
m417z committed Sep 14, 2022
1 parent 9a56e95 commit 9ff7e84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install 'git+https://github.com/m417z/pymultitor.git' mitmproxy orjson requests
pip install 'git+https://github.com/m417z/pymultitor.git' isal mitmproxy orjson requests
- name: Run periodic update
run: |
cd data
Expand Down
2 changes: 1 addition & 1 deletion data/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
extract_in_a_new_thread = False
exit_on_first_error = True
high_mem_usage_for_performance = False
compression_level = 9
compression_level = 3
2 changes: 1 addition & 1 deletion data/upd05_group_by_filename.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from isal import igzip as gzip
from datetime import datetime
from pathlib import Path
import itertools
import bisect
import orjson
import gzip
import json

import config
Expand Down

0 comments on commit 9ff7e84

Please sign in to comment.