Skip to content

Use XSLoader#5

Open
atoomic wants to merge 1 commit intorobinhouston:masterfrom
atoomic:xsloader
Open

Use XSLoader#5
atoomic wants to merge 1 commit intorobinhouston:masterfrom
atoomic:xsloader

Conversation

@atoomic
Copy link
Copy Markdown
Contributor

@atoomic atoomic commented Nov 5, 2020

No description provided.

@toddr
Copy link
Copy Markdown

toddr commented Nov 5, 2020

We patch PadWalker to use the lighter XSLoader in our perl. We're including the patch in case you want to use it.

@robinhouston
Copy link
Copy Markdown
Owner

Thank you, both!

If you have time to explain, I’d love to hear what advantages there are for you of using XSLoader in place of DynaLoader.

@atoomic
Copy link
Copy Markdown
Contributor Author

atoomic commented Nov 9, 2020

@robinhouston the main advantage of using XSLoader compare to DynaLoader is to use a lighter framework without the need to check for .bs files.

@toddr
Copy link
Copy Markdown

toddr commented Oct 1, 2021

If you have time to explain, I’d love to hear what advantages there are for you of using XSLoader in place of DynaLoader.

Dynaloader has been deprecated in favor of XSLoader. p5p has done a poor job clarifying this over the years. Dynaloader is a little more heavy to do the same job.

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

Successfully merging this pull request may close these issues.

3 participants