Is python ircbot.py slow?

D

Dfenestr8

Hi.

As a personal project, I'm scripting my own irc bots for my own
chans on irc. It seems to me more fun than working out how to use an
eggdrop.

I'm using ircbot.py library, from the python-irclib package, by Joel
Rosdahl. But, I was talking to a friend of mine who has experience with
bots, and he says that python is way toooo slooow.

I haven't really looked into how they bench mark these things, but as far
as I know, python has always been considered a reasonably fast scripting
language. Even back when the standarad server was a p450 it was considered
fast enough.

Now that most servers are 1.2Ghz +, surely speed isn't even an issue?
 
E

Erik Max Francis

Dfenestr8 said:
I haven't really looked into how they bench mark these things, but as
far
as I know, python has always been considered a reasonably fast
scripting
language. Even back when the standarad server was a p450 it was
considered
fast enough.

Now that most servers are 1.2Ghz +, surely speed isn't even an issue?

Even on an incredibly slow machine, it would be unimportant. After all,
why would one thing an IRC bot needs speed? An IRC bot is going to be
tremendously I/O bound, it's barely doing any CPU computations. Your
friend doesn't know what he's talking about.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,202
Messages
2,571,057
Members
47,667
Latest member
DaniloB294

Latest Threads

Top