PlummersSoftwareLLC / Primes

Prime Number Projects in C#/C++/Python
https://plummerssoftwarellc.github.io/PrimeView/
2.46k stars 573 forks source link

add dart ffi solution #822

Closed mmcdon20 closed 2 years ago

mmcdon20 commented 2 years ago

Description

This is a new mixed language solution that uses both dart and c languages.

This is my first attempt at using ffi in dart. The c_sieve.ffigen.dart file is generated based off the c_sieve.h header file.

Contributing requirements