← Back to team overview

team-karma team mailing list archive

[Bug 400948] [NEW] Use of autopointer for storing index in index group

 

Public bug reported:

The use of autopointer makes the number of function calls quite large
for an access operation like a[2][4][5]. Usage of plain simple pointers
might speed it up

** Affects: project-karma
     Importance: Wishlist
     Assignee: Iyer Arvind Sundaram (iyer-arvind-sundaram)
         Status: New


** Tags: array autopointer indexgroup karmadata

-- 
Use of autopointer for storing index in index group
https://bugs.launchpad.net/bugs/400948
You received this bug notification because you are a member of कर्म,
which is subscribed to कर्म.

Status in Karma - Dynamic Systems Modelling, Simulation and Control: New

Bug description:
The use of autopointer makes the number of function calls quite large for an access operation like a[2][4][5]. Usage of plain simple pointers might speed it up



Follow ups

References