- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Generally speaking, are differences in performance between in-place and not-in-place versions of the same operation?
If the two buffers are already allocated, should I prefer not-in-place operations?
Thank you
Ciro
If the two buffers are already allocated, should I prefer not-in-place operations?
Thank you
Ciro
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Many factors can affect performance. Usually, it is more preferable tohave in-place operations, because of less amount of memory used/accessed, so better cache utilization.
Regards,
Vladimir
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page