Skip to content

Commit

Permalink
perf(crawl): add async streaming parse and shared arc
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Mar 2, 2023
1 parent d3baa03 commit 60ad80c
Show file tree
Hide file tree
Showing 9 changed files with 319 additions and 201 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/image.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "website_crawler"
version = "0.7.70"
version = "0.7.71"
authors = ["Jeff Mendez <[email protected]>"]
edition = "2018"
description = "gRPC tokio based web crawler"
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![forbid(unsafe_code)]
extern crate sitemap;
extern crate tokio;
extern crate tonic;
Expand Down
4 changes: 2 additions & 2 deletions src/packages/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pub mod spider;
pub mod robotparser;
pub mod scraper;
pub mod robotparser;
pub mod spider;
Loading

0 comments on commit 60ad80c

Please sign in to comment.