Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat]Remove the class wrapper on top of the functional allocator #155

Open
Bnaya opened this issue Jun 14, 2021 · 0 comments
Open

[Feat]Remove the class wrapper on top of the functional allocator #155

Bnaya opened this issue Jun 14, 2021 · 0 comments

Comments

@Bnaya
Copy link
Owner

Bnaya commented Jun 14, 2021

Our allocator impl is functional, but wrapped in a class (TransactionalAllocator)

Why?

  • The previous allocator was class-based, with similar api
  • The transaction feature, that was much simpler to adopt under the class api, and not the functional one.

Goal:
Refactor what's needed to use the functional api directly, and have some kind of transactions, and don't create closures

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant