Skip to content

Conversation

Kybxd
Copy link
Collaborator

@Kybxd Kybxd commented Aug 7, 2024

No description provided.

@Kybxd Kybxd changed the title feat: replace custom implemented treemap with gods/v2 treemap feat(go): replace custom implemented treemap with gods/v2 treemap Aug 7, 2024
@@ -22,7 +22,7 @@ const (
loadPackage = protogen.GoImportPath("github.com/tableauio/tableau/load")
storePackage = protogen.GoImportPath("github.com/tableauio/tableau/store")
errors = protogen.GoImportPath("github.com/pkg/errors")
treeMapPackage = protogen.GoImportPath("github.com/tableauio/loader/pkg/treemap")
treeMapPackage = protogen.GoImportPath("github.com/emirpasic/gods/v2/maps/treemap")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v2.0 is still not released yet! https://github.com/emirpasic/gods/releases

@wenchy wenchy marked this pull request as draft August 7, 2024 07:01
@wenchy wenchy added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Aug 15, 2024
@Kybxd Kybxd force-pushed the feat/use-gods-treemap-with-generics branch from 6bbcebc to f173de9 Compare August 28, 2024 03:26
@Kybxd Kybxd force-pushed the feat/use-gods-treemap-with-generics branch from f173de9 to 2413be2 Compare August 29, 2024 03:23
@wenchy
Copy link
Member

wenchy commented Aug 26, 2025

After several years practices in real scenarios, we have learned that we'd better have full control of treemap APIs.
So loader repo provides a custom treemap implementation (with custom easy-to-use API extensions):

@wenchy wenchy closed this Aug 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants