go-pst
go-pst copied to clipboard
Add Goroutines for walking B-Tree reads
We can use a StreamReader to walk the B-Tree in different Goroutines.
Read the B-Tree for each branch spawn a Goroutine to read each leaf.