Recent Performance

Q&A's, tips, howto's
Locked
protozen
Posts: 36
Joined: Thu Aug 22, 2013 4:02 am

Recent Performance

Post by protozen »

Hi All,

I'm looking for more recent macro performance numbers like these:

http://www.newlisp.org/benchmarks/

Or the old computer language shootout numbers. Does anyone happen to know or have a recent set? I know of the QA tests that I can run. I'm curious about the feasibility of using newLisp in areas where I would have once needed to use Java or a lower level language. I'm looking primarily at data processing and client / server / peer to peer networking. I've never personally tested newLisp network and io buffers etc... in creating custom persistence layers and messaging systems. Any pointers or discussion of experience for recent newLisp builds circa 2012+ are greatly appreciated.

protozen
Posts: 36
Joined: Thu Aug 22, 2013 4:02 am

Re: Recent Performance

Post by protozen »

I haven't had much of a chance to run some generic numbers myself. However, I did run a few cgi benchmarks in a vm with a couple hundred request per second on the form.cgi script in the examples directory, simulated 30-50-100 users counts for 10,000 requests using the built in dev http server with cgi processing. Since I'm looking at creating small scale custom servers, this seems adequate enough.

Locked