#
ruby-extension
Here are 15 public repositories matching this topic...
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
Ruby binding for Menoh DNN inference library
-
Updated
Mar 2, 2020 - C
High precision scheduling of light weight timers for async and fibered Ruby applications
-
Updated
Jan 23, 2018 - C++
VS Code Extension for Ruby to highlight Private and Protected keywords in both editor and ruler lane
-
Updated
Jul 24, 2021 - TypeScript
Fast looking-up IP address from MaxMindDB(GeoIP2 format)
-
Updated
Apr 17, 2017 - C
Ruby core patches/utils and a gem generator
-
Updated
Feb 18, 2017 - Ruby
Save an image as file directly from clipboard.
-
Updated
Dec 12, 2018 - Ruby
A Ruby interface to some LP solvers, implemented in C, this tool is able to solve Integer Linear Programming (ILP) with CPLEX, Gurobi and lp_solve
-
Updated
Jun 4, 2014 - C
pass_to and chain_to methods using debug_inspector
-
Updated
Jun 26, 2017 - Ruby
Creates a project template for implementing native gems in C
-
Updated
Mar 8, 2017 - Ruby
Ruby gem for normal distribution calculations written in C
-
Updated
Dec 22, 2020 - Ruby
Simple, fast Levenshtein distance and similarity ratio for Ruby
ruby
nlp
algorithms
text
fuzzy-matching
comparison
ruby-extension
levenshtein-distance
string-matching
-
Updated
Jun 3, 2022 - C
Improve this page
Add a description, image, and links to the ruby-extension topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ruby-extension topic, visit your repo's landing page and select "manage topics."
Theoretically, if clang is available, we should be able to use link time optimization for the small bit of C code we compile in
ruby_macros.c.In Ruby C, the macros end up being static inlined functions which will be more performant. Using LTO, we can hopefully match that performance.