The current TPSBuffer code seems to be working fine, but it could use an improvement. The current code is storing the data in a fixed length byte array, and depending on how it's used, it might be creating and destroying many temporary arrays. The byte array could be replaced with an ArrayList which is a built-in library and provides auto-resize, index out-of-bound checking, and can still be converted into a regular byte array if needed.
Proposed milestone: 10.2 backlog
Per CS/DS meeting of 5/5/2014, moving to milestone 10.3.
Metadata Update from @edewata: - Issue set to the milestone: UNTRIAGED
Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.
This issue has been cloned to GitHub and is available here: https://github.com/dogtagpki/pki/issues/1553
If you want to receive further updates on the issue, please navigate to the GitHub issue and click on Subscribe button.
Subscribe
Thank you for understanding, and we apologize for any inconvenience.
Metadata Update from @dmoluguw: - Issue close_status updated to: migrated - Issue status updated to: Closed (was: Open)