Skip to content

Commit 9e8f32c

Browse files
authored
Update NOTES.md
1 parent c3db691 commit 9e8f32c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

bytes/NOTES.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,26 @@ or use Bytes for immutable ByteArrays and Buffer for mutable ByteArrays ????
2020
StringIO is really like a StringBuffer with file-like read/write access
2121

2222

23-
### ::Buffer
23+
### IO::Buffer
24+
25+
see <https://ruby-doc.org/core-3.1.2/IO/Buffer.html>
2426

2527

2628
### More
2729

30+
arraybuffer gem
31+
- <https://rubygems.org/gems/arraybuffer>
32+
- <https://github.com/andrepiske/rb-arraybuffer>
33+
- <https://www.reddit.com/r/ruby/comments/uffg1h/arraybuffer_and_dataview_classes_for_ruby/>
34+
35+
ByteBuffer in nio4r gem
36+
- <https://rubygems.org/gems/nio4r>
37+
- <https://github.com/socketry/nio4r>
38+
- <https://github.com/socketry/nio4r/wiki/Byte-Buffers>
39+
- <https://www.rubydoc.info/gems/nio4r/2.5.2/NIO/ByteBuffer>
2840

2941

3042
## In other languages
3143

44+
- see python - uses string and bytes (immutable) and bytearray (mutable)
3245
- see Buffer in node.js

0 commit comments

Comments
 (0)