Y
Hacker News
new
|
ask
|
show
|
jobs
by
deutronium
3434 days ago
A lot of GNU Radio is actually written in C++. Looking at some examples, it seems you don't need Python to create the flow graph either, that can be done in C++.
1 comments
lima
3434 days ago
All performance critical stuff is implemented in C++. Python is just for the high-level part.
link
deutronium
3434 days ago
Gotcha, cheers
link