apexstruct icon indicating copy to clipboard operation
apexstruct copied to clipboard

A library of data structures for the Salesforce Apex Language

Results 6 apexstruct issues
Sort by recently updated
recently updated
newest added

this is over designed and actually causing bugs like #1

bug

The reflection is causing slow downs on large data sets. Better to remove this as the language doesn't even properly support it.

enhancement

The RedBlackTree is currently hitting the CPU limit on large data sets. Possibly caused by method overhead or dynamic type checking at run time.

bug

The SkipList struct is only partially functioning. It needs to be debugged and finished.

bug
enhancement
help wanted

The AVLTree is currently only partly functioning. It needs to be finished.

enhancement
help wanted