| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-26 | Add several new methods for getting and setting buffer contents. (#6434) | Samuel Williams | |
| Notes: Merged-By: ioquatix <samuel@codeotaku.com> | |||
| 2022-08-08 | Update IO::Buffer#get_value benchmark | Jean Boussier | |
| - The method was renamed from `get` to `get_value` - Comparing to `String#unpack` isn't quite equivalent, `unpack1` is closer. - Use frozen_string_literal to avoid allocating a format string every time. - Use `N` format which is equivalent to `:U32` (`uint_32_t` big-endian). - Disable experimental warnings to not mess up the output. Notes: Merged: https://github.com/ruby/ruby/pull/6221 | |||
| 2021-11-10 | IO::Buffer for scheduler interface. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4621 | |||
