Sparrow0hawk / sagitta

🦀 A Rust SGE qacct clone
MIT License
1 stars 0 forks source link

Add the use of RevBufRead #5

Closed Sparrow0hawk closed 1 year ago

Sparrow0hawk commented 1 year ago

This PR adds the rev_buf_reader crate and implements RevBufRead in the read_file function.

This enables us to read the accounting file from the bottom to the top to improve search speed for recent jobs (traditionally the most common reason for using qacct).