vect changed the topic of #ocaml to: OCaml 3.07 ! -- Archive of Caml Weekly News: http://pauillac.inria.fr/~aschmitt/cwn, ICFP'03 http://www.icfpcontest.org/, A tutorial: http://merjis.com/richj/computers/ocaml/tutorial/, A free book: http://cristal.inria.fr/~remy/cours/appsem, Mailing List (best ml ever for any computer language): http://caml.inria.fr/bin/wilma/caml-list
<phubuh> Aha.
Vincenz has quit []
mimosa has quit ["I like core dumps"]
g1m has quit ["_dodo_"]
systems has joined #ocaml
systems has left #ocaml []
ayrnieu has joined #ocaml
ayrnieu has quit ["using sirc version 2.211+ssfe"]
ayrnieu has joined #ocaml
Hadaka has quit [Read error: 110 (Connection timed out)]
Naked has joined #ocaml
Naked is now known as Hadaka
ayrnieu has quit [Remote closed the connection]
Riastradh has quit [Connection timed out]
Riastradh has joined #ocaml
afxpy has joined #ocaml
<afxpy> :P
jdmarshall has joined #ocaml
systems has joined #ocaml
systems has quit ["Client Exiting"]
jdmarshall has quit ["ChatZilla 0.8.31 [Mozilla rv:1.4/20030624]"]
afxpy is now known as afxpy_asleep
lus|wazze has quit ["Copyright is a temporary loan from the public domain, not property"]
afxpy_asleep is now known as afxpy
srv has joined #ocaml
afxpy is now known as afxpy_sleep
karryall has quit ["go"]
mimosa has joined #ocaml
g1m has joined #ocaml
The-Fixer has quit [Read error: 54 (Connection reset by peer)]
Tomasso has quit [Read error: 60 (Operation timed out)]
karryall has joined #ocaml
The-Fixer has joined #ocaml
srv has quit ["leaving"]
buggs|afk has joined #ocaml
buggs has quit [Read error: 110 (Connection timed out)]
TimFreeman has joined #ocaml
TimFreeman has left #ocaml []
TimFreeman has joined #ocaml
TimFreeman has left #ocaml []
srv has joined #ocaml
brwill_zzz has quit [Read error: 60 (Operation timed out)]
<Maddas> hm
<Maddas> are tuples really less efficient than using (small) arrays/lists?
<Maddas> I thought they might be faster since they wouldn't need bounds-checking
<karryall> they're more efficient than list since you have direct access to the elements
<Maddas> What about arrays?
<Maddas> e.g. would it make sense to replace small arrays with constant size with tuples for efficiency?
<karryall> tuples have the same representation than arrays
<karryall> the only difference is the bound check for arrays
<karryall> the bound check can be turned off with the -unsafe compiler option
<karryall> but I really think the impact is minimal
<Maddas> Hm, ok, thanks
<Maddas> I was just wondering, I thought that I read somewhere that tuples were way slower, I must have been wrong :)
<karryall> they're certainly not way slower
<Maddas> ok :)
owll has joined #ocaml
<karryall> except perhaps with float arrays
<karryall> float arrays are unboxed whereas float tuples are boxed
<karryall> tuples might then be slower because there are more pointer indirections
<Maddas> hm
<Maddas> I should read about boxing/unboxing again
brwill_zzz has joined #ocaml
afxpy_sleep has quit ["Client exiting"]
mimosa has quit ["I like core dumps"]
vect has quit [Read error: 110 (Connection timed out)]
Tomasso has joined #ocaml
avn has joined #ocaml
owll has left #ocaml []
mimosa has joined #ocaml
vect has joined #ocaml
buggs|afk has quit [calvino.freenode.net irc.freenode.net]
Riastradh has quit [calvino.freenode.net irc.freenode.net]
CrewdenX has quit [calvino.freenode.net irc.freenode.net]
lam has quit [calvino.freenode.net irc.freenode.net]
Hipo has quit [calvino.freenode.net irc.freenode.net]
karryall has quit [calvino.freenode.net irc.freenode.net]
g1m has quit [calvino.freenode.net irc.freenode.net]
liyang has quit [calvino.freenode.net irc.freenode.net]
Demitar has quit [calvino.freenode.net irc.freenode.net]
det has quit [calvino.freenode.net irc.freenode.net]
rox has quit [calvino.freenode.net irc.freenode.net]
teratorn has quit [calvino.freenode.net irc.freenode.net]
drlion has quit [calvino.freenode.net irc.freenode.net]
buggs|afk has joined #ocaml
Riastradh has joined #ocaml
CrewdenX has joined #ocaml
lam has joined #ocaml
Hipo has joined #ocaml
karryall has joined #ocaml
g1m has joined #ocaml
liyang has joined #ocaml
Demitar has joined #ocaml
rox has joined #ocaml
teratorn has joined #ocaml
drlion has joined #ocaml
det has joined #ocaml
lam has quit [calvino.freenode.net irc.freenode.net]
Riastradh has quit [calvino.freenode.net irc.freenode.net]
Hipo has quit [calvino.freenode.net irc.freenode.net]
CrewdenX has quit [calvino.freenode.net irc.freenode.net]
buggs|afk has quit [calvino.freenode.net irc.freenode.net]
buggs|afk has joined #ocaml
Riastradh has joined #ocaml
CrewdenX has joined #ocaml
lam has joined #ocaml
Hipo has joined #ocaml
Tomasso has quit [Read error: 60 (Operation timed out)]
Tomasso has joined #ocaml
karryall has quit ["home"]
brwill_zzz is now known as brwill
srv has quit ["leaving"]
brwill is now known as brwill_work
mimosa has quit ["I like core dumps"]
lus|wazze has joined #ocaml
maihem has joined #ocaml
maihem has quit ["Client exiting"]
karryall has joined #ocaml
mimosa has joined #ocaml
phubuh has quit [Remote closed the connection]
phubuh_ has joined #ocaml
phubuh_ has quit [Remote closed the connection]
mattam_ has joined #ocaml
phubuh has joined #ocaml
systems has joined #ocaml
Vincenz has joined #ocaml
Vincenz has quit [Remote closed the connection]
Vincenz has joined #ocaml
mattam has quit [Read error: 110 (Connection timed out)]
Tomasso has quit [Read error: 104 (Connection reset by peer)]
buggs|afk is now known as buggs
mbh has joined #ocaml
<mbh> this program im trying to compile makes extensive use of "ocamlfind" which does not seem to be configured correctly (especially with camlp4)
systems has quit ["Client Exiting"]
<mbh> is anyone familiar with ocamlfind or how to not depend on it?
tomasso_ has joined #ocaml
lus|wazze has quit ["Copyright is a temporary loan from the public domain, not property"]
lus|wazze has joined #ocaml
<mbh> i just rebuilt ocamlfind and it works dandily
mbh has quit ["leaving"]
<phubuh> I'm a sucker for happy endings
<Maddas> heh
systems has joined #ocaml
systems has left #ocaml []