fixstars / ion-kit

Modernized graph-based data processing framework
MIT License
7 stars 6 forks source link

fix/dynamic load conflict #319

Closed xinyuli1204 closed 2 months ago

xinyuli1204 commented 2 months ago

dynamic module can be load lazily

  1. try to load symbol first
  2. if it didn't exist, load the module
xinyuli1204 commented 2 months ago

clang-format -style=file -i src/dynamic_module.h