Stats
sparklemotion/nokogiri is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
Nokogiri Alternatives
Similar projects and alternatives to Nokogiri
-
-
-
Scout APM
Scout APM - Leading-edge performance monitoring starting at $39/month. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
-
serverless-application-model
AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications
-
-
Concurrent Ruby
Modern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrency patterns.
-
-
-
-
-
-
-
flamegraph
Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3 (by flamegraph-rs)
-
-
-
-
-
-
gems
Ruby Pixel Art Week 2021, April 19th to April 25th - 7 Days of Ruby (Graphics) Gems ++ Best of Ruby Gems Series
Posts
-
Best of (Ruby) Gems Series - What's Next? What's Hot?
About the C-extensions, I'd be curious on what it takes to build extensions using C, and a study around how nokogiri solved the yearlong issue of install-then-compile by shipping arch-based precompiled binaries, and how this should become more of a standard in the ruby community for gems requiring extensions.
-
Caching All Native Ruby Gem Platforms
Nokogiri 1.11.0 has been released, and one of the exciting updates is the inclusion of pre-compiled native gems for various platforms! If you're using a supported platform, your days of installing nokogiri with native extensions may be over. These changes result, "in much faster installation and more reliable installation". Many thanks to the maintainers and contributors for this great update.
- Error when creating a new project
-
Building Static Ruby Gems for Lambda Zip or Containers using Docker & Amazon Linux
The Ruby community is no stranger to this practice. Thanks to Ruby Heros like Luis Lavena, many of our popular gems have precompile Windows binaries. Today other projects like Nokogiri are now supporting precompiled gem packages for several platforms. This makes gem installs easier for both Lambda zip and containers by avoiding layers or container deployed system dependencies. It also makes our bundle installs much much faster. This time adds up for both development and our build pipelines.
- How efficient is the Xml filter plugin with large files?
- [Tips] Rails6起動時のError対応
-
How SerpApi sped up data extraction from HTML from 3s to 800ms (or How to profile and optimize Ruby code and C extension)
It worked because CFLAGS are passed here and there in ext/nokogiri/extconf.rb.