C api

What is the preferred C-Api ?
http://ruby-doc.org/doxygen/current/
(dead link from https://www.ruby-lang.org/de/documentation/ )
Thanks
Berg

There is this one:

http://docs.ruby-lang.org/en/2.2.0/README_EXT.html

(By the way, can we get 2.3 updated there?)

···

On 2016-01-31 5:45 AM, A Berger wrote:

What is the preferred C-Api ?
http://ruby-doc.org/doxygen/current/
(dead link from Dokumentation )

--
Andrew Vit

Thanks!
If accessing each (array) element in C using the given macros, is it faster
then doing it in ruby directly?

if having another process, do I have to manually lock objects? - can I see
if Ruby is accessing (changing) values?
Are Arrays of Fixnum in one memory-block (without hole) ? what about adding
array-elements? (do I have to expect that whole array is being moved, if
there is no space at the end of the array?
Is there any max-count of elements?
(2**31 ?)
Thank you
Berg

···

Am 31.01.2016 20:47 schrieb "Andrew Vit" <andrew@avit.ca>:

On 2016-01-31 5:45 AM, A Berger wrote:

What is the preferred C-Api ?
http://ruby-doc.org/doxygen/current/
(dead link from Dokumentation )

There is this one:

README.EXT - Documentation for Ruby 2.2.0

(By the way, can we get 2.3 updated there?)

--
Andrew Vit

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

The file has been renamed, see for 2.3.0:

  extension - Documentation for Ruby 2.3.0

or for ruby-trunk:

  extension - Documentation for Ruby 3.4

Regards,
Marcus

···

Am 31.01.2016 um 20:47 schrieb Andrew Vit:

README.EXT - Documentation for Ruby 2.2.0

(By the way, can we get 2.3 updated there?)

--
GitHub: stomar (Marcus Stollsteimer) · GitHub
PGP: 0x6B3A101A

Thanks for pointing out the dead link, I'll fix that.

Regards,
Marcus (stomar)

···

Am 31.01.2016 um 14:45 schrieb A Berger:

http://ruby-doc.org/doxygen/current/
(dead link from Dokumentation )

--
GitHub: stomar (Marcus Stollsteimer) · GitHub
PGP: 0x6B3A101A

Link has been fixed; now links to
http://docs.ruby-lang.org/en/trunk/extension_rdoc.html
(that's the former README.EXT).

Regards,
Marcus

···

Am 31.01.2016 um 14:45 schrieb A Berger:

What is the preferred C-Api ?
(dead link from Dokumentation )