Compiling script functions with ZSH to get speed

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Post Reply
Message
Author
User avatar
matiasbatero
Posts: 60
Joined: Fri 12 Oct 2012, 01:27
Location: Mar del Plata, Argentina

Compiling script functions with ZSH to get speed

#1 Post by matiasbatero »

Hi Friends.

Compiling functions with ZSH (bytecode)


My motivation:

I'm developed a bash script that scans ( PS/2 port ) for mouse devices, that decode raw data (hex raw code) in real information about movements (in real time).

The script returns 3 columns of data only if mouse state is ON:
OFF state doesn't write ouput.

a) Unicode arrow - To identify direction:

Post Reply