[#5322] O(1) performance for insertions/deletions at the front of an Array/String — Eric Mahurin <eric_mahurin@...>

I just did some benchmarks on push, pop, shift, and unshift

24 messages 2005/07/01
[#5338] Re: O(1) performance for insertions/deletions at the front of an Array/String — Mathieu Bouchard <matju@...> 2005/07/02

On Fri, 1 Jul 2005, Eric Mahurin wrote:

[#5348] Re: O(1) performance for insertions/deletions at the front of an Array/String — Eric Mahurin <eric_mahurin@...> 2005/07/02

--- Mathieu Bouchard <matju@artengine.ca> wrote:

[#5357] Re: O(1) performance for insertions/deletions at the front of an Array/String — Mathieu Bouchard <matju@...> 2005/07/03

On Sat, 2 Jul 2005, Eric Mahurin wrote:

[#5359] Re: O(1) performance for insertions/deletions at the front of an Array/String — Eric Mahurin <eric_mahurin@...> 2005/07/03

--- Mathieu Bouchard <matju@artengine.ca> wrote:

[#5361] Re: O(1) performance for insertions/deletions at the front of an Array/String — Mathieu Bouchard <matju@...> 2005/07/03

On Sun, 3 Jul 2005, Eric Mahurin wrote:

[#5362] Re: O(1) performance for insertions/deletions at the front of an Array/String — Eric Mahurin <eric_mahurin@...> 2005/07/03

--- Mathieu Bouchard <matju@artengine.ca> wrote:

[#5365] Re: O(1) performance for insertions/deletions at the front of an Array/String — Yukihiro Matsumoto <matz@...> 2005/07/04

Hi,

[#5367] Re: O(1) performance for insertions/deletions at the front of an Array/String — Eric Mahurin <eric_mahurin@...> 2005/07/04

--- Yukihiro Matsumoto <matz@ruby-lang.org> wrote:

[#5368] Re: O(1) performance for insertions/deletions at the front of an Array/String — Yukihiro Matsumoto <matz@...> 2005/07/04

Hi,

[#5372] Re: O(1) performance for insertions/deletions at the front of an Array/String — Florian Gro<florgro@...> 2005/07/04

Yukihiro Matsumoto wrote:

[#5420] Sydney Developer Preview 1 released — Evan Webb <evanwebb@...>

Sydney, an experimental ruby interpreter, has been released!

15 messages 2005/07/11
[#5424] Re: [ANN] Sydney Developer Preview 1 released — Evan Webb <evanwebb@...> 2005/07/12

Thanks everyone for the feedback so far!

[ ruby-Bugs-2096 ] The 'watch' command crashes the debugger if ruby is run with the -w flag

From: noreply@...
Date: 2005-07-10 03:06:04 UTC
List: ruby-core #5419
Bugs item #2096, was opened at 2005-07-09 22:00
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=2096&group_id=426

Category: Core
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: mathew ! (meta)
Assigned to: Nobody (None)
Summary: The 'watch' command crashes the debugger if ruby is run with the -w flag

Initial Comment:
file wtf.rb:

x = 1
puts "Hello world"
x = 2

transcript of session:

$ ruby -rdebug wtf.rb
Debug.rb
Emacs support available.

wtf.rb:1:x = 1
(rdb:1) watch x==1
Set watchpoint 1
(rdb:1) quit
Really quit? (y/n) y
$ ruby -w -rdebug wtf.rb
Debug.rb
Emacs support available.

wtf.rb:1:x = 1
(rdb:1) watch x==1
/usr/lib/ruby/1.8/debug.rb:327:in `printf': too many arguments for format string (ArgumentError)
        from /usr/lib/ruby/1.8/debug.rb:327:in `debug_command'
        from /usr/lib/ruby/1.8/debug.rb:273:in `catch'
        from /usr/lib/ruby/1.8/debug.rb:273:in `debug_command'
        from /usr/lib/ruby/1.8/debug.rb:722:in `trace_func'
        from /usr/lib/ruby/1.8/debug.rb:939
        from /usr/lib/ruby/1.8/debug.rb:938
        from wtf.rb:1

$ ruby --version
ruby 1.8.2 (2005-04-11) [i386-linux]


----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=2096&group_id=426

In This Thread

Prev Next