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

Boost Flyweight #26

Closed
jasonelaw opened this issue Mar 4, 2016 · 5 comments
Closed

Boost Flyweight #26

jasonelaw opened this issue Mar 4, 2016 · 5 comments

Comments

@jasonelaw
Copy link

@jasonelaw jasonelaw commented Mar 4, 2016

Is it possible to add Boost Flyweight at some point? The memoisation example looks really attractive for a recursive function I'm trying to write using Rcpp.

@eddelbuettel
Copy link
Owner

@eddelbuettel eddelbuettel commented Mar 4, 2016

Sure. We do have a history of accepting such extensions upon request. Let me take a look.

@eddelbuettel
Copy link
Owner

@eddelbuettel eddelbuettel commented Mar 4, 2016

That is pretty light:

edd@max:~$ du -h /usr/include/boost/flyweight/
72K     /usr/include/boost/flyweight/detail
212K    /usr/include/boost/flyweight/
edd@max:~$ 

though it may depends on some other things we do not yet have but this should not pose a problem.

@jasonelaw
Copy link
Author

@jasonelaw jasonelaw commented Mar 4, 2016

Thanks! You guys really do amazing work with Rcpp. Much appreciated.

@eddelbuettel
Copy link
Owner

@eddelbuettel eddelbuettel commented May 4, 2016

Thanks for being so patient. I just got a pull request with Boost ICL (aka interval containers) so I'll add flyweight next.

@jasonelaw
Copy link
Author

@jasonelaw jasonelaw commented May 12, 2016

Thank you! Much appreciated.

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

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.