Skip to content

Conversation

@rasky
Copy link
Collaborator

@rasky rasky commented Sep 14, 2025

This PR shows my local branch where I'm progressing in migration to stdc++ containers. It is not meant for review/merging, but just to glimpse at my current state and maybe discuss of changes before they end into PRs.

The following containers/classes are completely removed in this branch (checked if the full migration has already been merged to master):

  • nall::vector => std::vector
  • nall::array_view / nall::array_span => std::span
  • nall::merge_sort => std::stable_sort
  • nall::function => std::function
  • nall::unique_pointer => std::unique_ptr
  • nall::shared_pointer => std::shared_ptr
  • nall::hashset => std::unordered_map
  • nall::map => std::map
  • nall::set => std::set
  • nall::array => std::array

@rasky rasky marked this pull request as draft September 14, 2025 20:29
@rasky rasky force-pushed the nall-latest branch 23 times, most recently from 24ed5df to ac18442 Compare September 20, 2025 08:47
@rasky rasky force-pushed the nall-latest branch 2 times, most recently from daccce1 to 495e876 Compare October 1, 2025 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant