add dev notes

master
xieguigang 3 years ago
parent 90bff6f2ba
commit 275c9ab0bd

@ -116,6 +116,8 @@ Public Class MapObject : Implements IDisposable
Dim bufferSize As Integer
Dim hMem As String = If(hMemP.StringEmpty, App.GetNextUniqueName($"mem_{type.Name}_"), hMemP)
' keeps the memory map file between the process during the runtime
' via this private static symbol
Static mapFiles As New Dictionary(Of String, MemoryMappedFile)
Using ms As MemoryStream = BSONFormat.SafeGetBuffer(element)

Loading…
Cancel
Save