Writing a Gem with native extensions

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 #gem https://rubyonrails.ba/single/writing-a-gem-with-native-extensions

Nezir Zahirovic

Contractor Ruby On Rails (8+ years) / MCPD .Net / C# / Asp.Net / CSS / SQL / (11 years)

related articles