You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Benedikt Terhechte 03fd95ee14 Put all the elements together. Still needs a test run. 3 years ago
.vscode Added vscode task for running 3 years ago
src Put all the elements together. Still needs a test run. 3 years ago
.gitignore Initial commit before changes 3 years ago
Cargo.lock Renamed cluster_engine to model, replaced cached with lru cache 3 years ago
Cargo.toml Renamed cluster_engine to model, replaced cached with lru cache 3 years ago
README.md Updated readme 3 years ago

README.md

Gmail DB

Fast

It currently parses 632383 emails in ~160 seconds, so roughly 4.000 emails per second. This excludes (for now) attachments.

Open Issues

  • make the rectangles look nicer
  • improve the egui UI
  • generate deletion rules based on stack?
  • try the segment range slider with two sides
  • support mbox
  • support apple mail
  • try iced or druid as well
  • maybe add blocking versions of the calls, too (in model)
  • abstract over Fields and backend