mirror of
https://github.com/mii443/usls.git
synced 2025-08-22 15:45:41 +00:00
Using rayon to accelerate DB post-processing
This commit is contained in:
@ -41,12 +41,11 @@ fn main() -> Result<()> {
|
||||
|
||||
// load image
|
||||
let x = DataLoader::try_read_batch(&[
|
||||
"images/table.png",
|
||||
"images/table1.jpg",
|
||||
"images/table2.png",
|
||||
"images/table-ch.jpg",
|
||||
"images/db.png",
|
||||
"images/table.png",
|
||||
"images/table-ch.jpg",
|
||||
"images/street.jpg",
|
||||
"images/slanted-text-number.jpg",
|
||||
])?;
|
||||
|
||||
// run
|
||||
|
Reference in New Issue
Block a user