ruby-extattr

extended filesystem attribute operator for ruby (by dearblue)

Ruby-extattr Alternatives

Similar projects and alternatives to ruby-extattr based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better ruby-extattr alternative or higher similarity.

ruby-extattr reviews and mentions

Posts with mentions or reviews of ruby-extattr. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-25.
  • Ruby 3.1 Released, Featuring In-Process JIT Compiler
    6 projects | news.ycombinator.com | 25 Dec 2021
    IMO the most impactful improvement for Ractors right now needs to come from the community, because third-party Gems with C-extensions need to explicitly opt themselves in as Ractor-safe: https://docs.ruby-lang.org/en/master/doc/extension_rdoc.html...

    "By default, all C extensions are recognized as Ractor-unsafe. If C extension becomes Ractor-safe, the extension should call `rb_ext_ractor_safe(true)` at the `Init_` function and all defined method marked as Ractor-safe. Ractor-unsafe C-methods only been called from main-ractor. If non-main ractor calls it, then `Ractor::UnsafeError` is raised."

    I've submitted a few such patches for my own personal use, and it's a very trivial change for extensions which keep no state in C-land that would need to be synchronized between Ractors, e.g. https://github.com/dearblue/ruby-extattr/pull/1

Stats

Basic ruby-extattr repo stats
1
2
4.5
over 2 years ago

dearblue/ruby-extattr is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of ruby-extattr is C.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com