AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
October 26, 2007 12:20PM
Looking at the node_addvalue() function, it manipulates a sorted linked list. Probably the simplest way to speed it up would be to insert an entire array of values at one time, which would reduce the need to scan the entire linked list from the start for each value. A better way would be to get rid of linked list structure in favor of something else, but that would require somewhat more major surgery.
Subject Author Posted

3dMannWhitney is slow

Tom Holroyd October 26, 2007 11:50AM

Re: 3dMannWhitney is slow

bob cox October 26, 2007 12:20PM

Re: 3dMannWhitney is slow

bob cox October 26, 2007 03:17PM

Re: 3dMannWhitney is slow

Tom Holroyd October 26, 2007 03:25PM