Browse thread
Optimizing symbolic processing code
[
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: | 2009-01-16 (08:42) |
From: | Hugo Ferreira <hmf@i...> |
Subject: | Optimizing symbolic processing code |
Hello, I have implemented a simple Prolog like inference engine to be used in machine learning algorithms (ILP). My first basic test shows that inference is dismally slow (compared to a Prolog compiler). Consequently I am looking for information on optimizing the code. I have found: http://ocaml.janestreet.com/?q=node/30 http://camltastic.blogspot.com/2008/05/optimizing-memory-allocation-and-loops.html Does anyone have any other links or articles I may look at? TIA, Hugo F.