RE: why sample argument

2000-05-10 Thread Andreas C. Doering
motional Andreas --- Andreas C. Doering Medizinische Universitaet zu Luebeck Institut fuer Technische Informatik Tel.: +49 451 500-3741, Fax: -3687

Re: speed of compiled Haskell code.

2000-03-21 Thread Andreas C. Doering
did not yet try to use parHaskell so we have nice parallel systems here (e.g. cluster with 96 Pentiums). Andreas --- Andreas C. Doering Medizinische Universitaet zu Luebeck

Libraries when Profiling

2000-01-20 Thread Andreas C. Doering
as Doering --- Andreas C. Doering Medizinische Universitaet zu Luebeck Institut fuer Technische Informatik Email: [EMAIL PROTECTED] Home: http://www.iti.mu-luebeck.d

RE: Scientific uses of Haskell?

1999-11-26 Thread Andreas C. Doering
Hi, having worked with some CA systems I want to add that not only the collection of algorithms is important but also the data base of algebraic objects. For instance the group theoretic package Magma (formerly Caley) comes with as much information on finite groups as the the libraries of

Re: OO in Haskell (was Re: What *I* thinks Haskell Needs.)

1999-09-28 Thread Andreas C. Doering
of predefined functions to work with types, but I guess most of them are already defined in the compiler/interpreter sources. Andreas --- Andreas C. Doering Medizinische Universitaet zu Luebeck

Again: Referential Equality

1999-07-27 Thread Andreas C. Doering
n. Andreas --- Andreas C. Doering Medizinische Universitaet zu Luebeck Institut fuer Technische Informatik Ratzeburger Allee 160 D-23538 Luebeck Germany Tel.: +

RE: Again: Referential Equality

1999-07-27 Thread Andreas C. Doering
ready, but it uses an array to store the nodes, and garbage collection is explicitely programmed on this array requiring reallocation, contents copying and so forth, very ugly. Andreas ----------- Andreas C. Doering

Run-time vs. Compile-time

1999-05-07 Thread Andreas C. Doering
o do so. Whether it is better to write down the orders or the prohibitions is due to experimentation. Andreas --- Andreas C. Doering Medizinische Universitaet zu Luebeck

Memory efficiency and compile-time I/Os

1999-04-17 Thread Andreas C. Doering
Hi, I am currently playing around whereby the following questions arose: I use currently Hugs (1.4.) 1) My application has a huge amount of memory (from parsing a text representation of an PCB, i.e. CAD data) Since the data is used in a totally different sequence than it is read, I