GabrielDosReis / ipr

Compiler-neutral Internal Program Representation for C++
BSD 3-Clause "New" or "Revised" License
222 stars 23 forks source link

Replace `impl::val_sequence` with two implementations #234

Closed GabrielDosReis closed 2 years ago

GabrielDosReis commented 2 years ago

The existing implementation is renamed to impl::obj_list. An alternative implementation, based on std::deque is named impl::obj_sequence. It is to be used for large collection of items.