Writing a Gem with native extensions
31-Aug-2018 2404
Writing a Gem with native extensions29 August 2018There are many reasons you might want to write a Gem using native extensions. Performance is perhaps the most obvious. CPU heavy tasks, such as number crunching, can be re-written in C, to be many times faster than the equivalent Ruby code. For the daring among us, you can use multiple threads, GPUs, etc.
Writing a Gem with native extensions #ruby #rubydeveloper #rubyonrails #Writing #native #extensions #gem https://rubyonrails.ba/link/writing-a-gem-with-native-extensions