Browse thread
[Caml-list] Performance-cost of ^
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | oliver@f... |
| Subject: | [Caml-list] Performance-cost of ^ |
Hello,
I'm reading in a file linewise.
For some operations I need it as
one long string.
How to acchieve this performant?
Is it ok to use ^ for a list of lines
(with List.fold_right? or List.fold_left?)
Or is to better to read in the file
with the help of the Buffer-module
and split the read file into lines later,
if operations on lines are necessary?
TIA,
Oliver
--
Word Processors: Stupid and Inefficient
http://www.ecn.wfu.edu/~cottrell/wp.html
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners