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

Make files modules and put exports at the start #15

Closed
jakewilliami opened this issue Aug 27, 2020 · 1 comment
Closed

Make files modules and put exports at the start #15

jakewilliami opened this issue Aug 27, 2020 · 1 comment
Labels
convention Conventional style enhancement New feature or request

Comments

@jakewilliami
Copy link
Owner

Hence, I can use using rather than import.

E.g.,

module foo

using blah: la
using bar

export hi, hello

#=
module code goes here
=#

end # end module
@jakewilliami jakewilliami added enhancement New feature or request convention Conventional style labels Aug 27, 2020
@jakewilliami
Copy link
Owner Author

Also ensure that I mean using when I say using (i.e., that I don't mean import)

jakewilliami added a commit that referenced this issue Sep 1, 2020
… and removed @Everywhere (and accordingly removed Distributed import and global references) as it doesn't actually make the algorithm faster (slower, in fact---33% slower, tested with classifiers=100)
jakewilliami added a commit that referenced this issue Sep 1, 2020
… and removed @Everywhere (and accordingly removed Distributed import and global references) as it doesn't actually make the algorithm faster (slower, in fact---33% slower, tested with classifiers=100)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
convention Conventional style enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant