./devel/ruby-zeitwerk, Efficient and thread-safe constant autoloader

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2020Q3, Version: 2.4.0, Package name: ruby26-zeitwerk-2.4.0, Maintainer: pkgsrc-users

Zeitwerk is an efficient and thread-safe code loader for Ruby.

Given a conventional file structure, Zeitwerk is able to load your project's
classes and modules on demand (autoloading), or upfront (eager loading). You
don't need to write `require` calls for your own files, rather, you can
streamline your programming knowing that your classes and modules are
available everywhere. This feature is efficient, thread-safe, and matches
Ruby's semantics for constants.

Zeitwerk is also able to reload code, which may be handy while developing web
applications. Coordination is needed to reload in a thread-safe manner. The
documentation below explains how to do this.


Master sites:

SHA1: 0431bb8cb2a6c57e74d61a5b167ed471c977ec54
RMD160: 7b9cb5d23f1f6305e61be0886db1c1faa570f193
Filesize: 25 KB

Version history: (Expand)