ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
From: nobuyoshi nakada <nobuyoshi.nakada@ge.com>
To: ruby-core@ruby-lang.org
Subject: Re: another array patch - performance boosts all over the place
Date: Thu, 22 Sep 2005 13:19:24 +0900	[thread overview]
Message-ID: <TYOMLEM04FRaqbC8wSA000000fe@tyomlvem02.e2k.ad.ge.com> (raw)
In-Reply-To: <20050921165616.45713.qmail@web36110.mail.mud.yahoo.com>

Hi,

At Thu, 22 Sep 2005 01:56:21 +0900,
Eric Mahurin wrote in [ruby-core:05861]:
> Here were the changes I made:

> - instead of shared arrays all pointing to a common frozen
> array object, put shared arrays in a circular linked list (used
> ary->shared).  The original master array will have
> ELTS_SHARED=0 and the others will have ELTS_SHARED=1.  Unshared
> arrays will have ELTS_SHARED=0 and ary->shared=0.

What kind of merit and necessity, compared with the current
code?  It seems to be complicated.

-- 
Nobu Nakada

  parent reply	other threads:[~2005-09-22  4:19 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-21 16:56 another array patch - performance boosts all over the place Eric Mahurin
2005-09-21 17:36 ` Yukihiro Matsumoto
2005-09-22  4:19 ` nobuyoshi nakada [this message]
2005-09-22 15:33   ` Eric Mahurin
  -- strict thread matches above, loose matches on Subject: below --
2005-09-21 17:16 Berger, Daniel
2005-09-21 19:50 ` Eric Mahurin
2005-10-05 15:50 Eric Mahurin
2005-10-06 14:39 ` Matt Mower
2005-10-06 19:20   ` Eric Mahurin
2005-10-07  1:49 ` Gyoung-Yoon Noh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.ruby-lang.org/en/community/mailing-lists/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=TYOMLEM04FRaqbC8wSA000000fe@tyomlvem02.e2k.ad.ge.com \
    --to=ruby-core@ruby-lang.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).