Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
c-cube edited this pageFeb 27, 2013 ·4 revisions

Welcome to the sequence wiki!

Rationale

The purpose of Sequence is to provide an abstraction for sequences of elements,while retaining high performance and being easy to use even with containers thatare not aware of Sequence.

The followinggist provides a simple benchmark that compares iterating on Sequence.t with iterating on ExtLib.Enum.t.

% ./bench 10000000compare sum on lists of size 10000000list created, length 10000001time seq: 0.245, time enum: 0.347% ./bench 50000000compare sum on lists of size 50000000list created, length 50000001time seq: 1.205, time enum: 1.725

Documentation

See the pagehttp://c-cube.github.com/sequence/api/ .

Discussion

I would love to have feedback or comments about the library. You can communicate through github or email me at "simon dot cruanes dot 2007 at m4x dot org".

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp