Minor implementation optimisations in internal StandardStack

Description

The current StandardStack implementation is based on a LinkedList, which is well known to be a suboptimal choice; this should be switched to a lazily allocated ArrayDeque.

Activity

Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created October 14, 2021 at 12:44 PM
Updated October 27, 2021 at 11:03 AM
Resolved October 18, 2021 at 12:12 PM

Flag notifications