Pattern searching program for Linux?

For scripts to aid with computation or simulation in cellular automata.
Post Reply
David
Posts: 212
Joined: November 3rd, 2009, 2:47 am
Location: Daejeon, South Korea

Pattern searching program for Linux?

Post by David » March 8th, 2013, 6:35 am

Can current searching programs (especially WLS) run in Linux?

If not, it may be great to make searching programs designed for Linux, having super fast speed. ^_^
Call me "Dannyu NDos" in Forum. Call me "Park Shinhwan"(박신환) in Wiki.

Kasuha
Posts: 55
Joined: November 1st, 2012, 11:39 am

Re: Pattern searching program for Linux?

Post by Kasuha » March 8th, 2013, 12:07 pm

I don't think you lose any significant power by running the search program under an emulator, most time is spent in raw CPU without any system calls, these are usually emulated rather efficiently.

Search programs which go with source code can very be usually compiled on Linux.
http://entropymine.com/jason/life/software/

And then here's JLS which runs on Java.

User avatar
ad_ca
Posts: 16
Joined: January 28th, 2010, 5:35 am
Contact:

Re: Pattern searching program for Linux?

Post by ad_ca » April 13th, 2013, 11:50 am

Original lifesrc, on which wls is based, runs fine on linux, i think.

Post Reply