c# - Storage to store vectors of int(On disk matrix storage) -
i have int vectors of same length(or matrix) , need store them in kind of db, because store them in .txt file.
- i need ability extend matrix appending rows end of matrix , need const time operation(not depending on size of matrix).
- it wiil if can handle large data , don't load whole dataset in memory.
Comments
Post a Comment