Skip to content

GPIO slower on Python3 than Python2 #19

Open
@npryce

Description

@npryce

See issue #18.

Running in python 2.7 is faster than python 3.2.

!/usr/bin/env python --> 0.1 ms per GPIO change

!/usr/bin/env python3 --> 0.45 ms per GPIO change

I suspect that maybe there's some unnecessary unicode to binary conversion being performed in Python3

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions