Skip to content

Commit

Permalink
-reorganized the hash struct so it stores an array of pointers and no…
Browse files Browse the repository at this point in the history
…t an array of struct (small increase of memory usage but easier control)

-Added function to remove a specific data from the file
-fixed references of the node struct from the MT2D_ContainerFile so next is now populated.
-Changes in container_LoadBuffer
-Added functions to clear the data and container.
-Added new MT2D_File function for removing a file
  • Loading branch information
lucas-zimerman committed Jan 11, 2020
1 parent 0b60594 commit ff034d9
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 60 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"files.associations": {
"thread": "cpp"
}
}
Loading

0 comments on commit ff034d9

Please sign in to comment.