buffer icon indicating copy to clipboard operation
buffer copied to clipboard

Use `DataView`, remove dependency on `ieee754`

Open james-pre opened this issue 11 months ago • 3 comments
trafficstars

DataViews would simplify a huge amount of the read* and write* methods. Additionally, using DataView would eliminate the need for the ieee754 dependency. This would save users time and storage when installing buffer. Additionally, ieee754 has not received any updates in the past 4 years.

james-pre avatar Nov 25 '24 18:11 james-pre