PrincetonUniversity / NR-Scope

A 5G Standalone cellular network telemetry tool, for network measurement and performance optimization
https://ngscope.cs.princeton.edu/index.html
GNU Affero General Public License v3.0
9 stars 1 forks source link

Worker pool enabled #9

Closed WanHaoRan closed 2 months ago

WanHaoRan commented 2 months ago

Now NR-Scope uses multiple workers (threads) to asynchronously process each slot, thus we can increase throughput for high bandwidth processing. Changes are summarized as follow:

TODO:

XuyangCaoPrinceton commented 2 months ago

Thank you very much Haoran! This is beautiful, and amazing. Learnt a lot.