MPSQUARK / BAVCL

Hardware-accelerated Vector Compute Library for .NET Containing Quality of life improvements and functionality intended for data science, graphical processing and GPGPU.
Other
10 stars 2 forks source link

Group together information about live memory buffers #18

Closed MPSQUARK closed 3 years ago

MPSQUARK commented 3 years ago

Replace seperate dictionaries storing memory size data, memory buffer data and other related info into a singular dictionary of structs.

MPSQUARK commented 3 years ago

Grouped together data about memory buffer data and data size into a singular concurrent dictionary of structs as of 26/09/2021 @21:04