Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBoost Flyweight #26
Boost Flyweight #26
Comments
|
Sure. We do have a history of accepting such extensions upon request. Let me take a look. |
|
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. |
|
Thanks! You guys really do amazing work with Rcpp. Much appreciated. |
|
Thanks for being so patient. I just got a pull request with Boost ICL (aka interval containers) so I'll add flyweight next. |
|
Thank you! Much appreciated. |
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.