Tensegritics / ClojureDart

Clojure dialect for Flutter and Dart
1.43k stars 91 forks source link

Optimization: PVChunkedSeq could implement ICounted #323

Open frenchy64 opened 1 month ago

frenchy64 commented 1 month ago

I think something similar to Clojure could be used:

    public int count(){
        return vec.cnt - (i + offset);
    }
cgrand commented 1 month ago

true