|
Nov
8 |
|
awarded | Teacher |
|
Jul
5 |
|
answered | convert wf4 xamlized <Assign> into c# |
|
May
15 |
|
comment |
Is it possible to avoiding copies of data when using memory mapped files in C#? I would read the entire contents at once. If I make a copy in each process that needs the data structure then I haven't saved anything from use of MMFs, might as well use a filestream. |
|
May
15 |
|
awarded | Scholar |
|
May
15 |
|
awarded | Supporter |
|
May
15 |
|
accepted | Is it possible to avoiding copies of data when using memory mapped files in C#? |
|
May
15 |
|
comment |
Is it possible to avoiding copies of data when using memory mapped files in C#? Looks like unsafe code and blittable structs will be the way to go... Thanks @usr. I also found this after including "unsafe" in my search: stackoverflow.com/questions/7956167/… |
|
May
14 |
|
awarded | Student |
|
May
14 |
|
asked | Is it possible to avoiding copies of data when using memory mapped files in C#? |
|
Apr
2 |
|
answered | How to avoid DTC when using PersistenceIOParticipant in WF4.0? |