UWHustle / hustle-in-Rust-now-defunct

Hustle
GNU General Public License v3.0
7 stars 1 forks source link

Investigate performance of primitive casts #95

Closed kpgaffney closed 5 years ago

kpgaffney commented 5 years ago

Develop a benchmark that compares two strategies for type casting:

  1. First pointer cast, then primitive cast.
  2. Copy underlying buffer, then only pointer cast.