NEWTON

NEWTON


Popular tags

    How expensive are bitwise operations (and/or/xor) vs arithmetic in Cairo?

    Asked

    4 months ago

    9

    views


    0

    How expensive are each of the operations in terms of number of steps?

    This question was originally posted on Triality

      cairocairo-lang

    1 answers

    0

    Each of the arithmetic operations takes one step in a cairo program. When running the bitwise and, or and xor I found that each of them took nine steps to run.

    This answer was originally posted on Triality

    answered

    5 months ago

    Your answer

    NEWTON

    NEWTON