JuliaIO / ProtoBuf.jl

Julia protobuf implementation
Other
205 stars 55 forks source link

use getfield instead of eval to get service method #158

Closed tanmaykm closed 3 years ago

tanmaykm commented 3 years ago

We are directly fetching a symbol from module and getfield is more efficient than eval for this purpose as pointed out in #156.

fixes #156