- Home
- Software
- Threads FAQ
- A glossary of terms used in threaded programming
- About the multithreaded programming FAQ
- After I create a certain number of threads, my program crashes [Unix]
- Asynchronous thread cancellation [Unix]
- How can I perform a join on any non-specific thread? [Unix]
- Mixing threads and signals [Unix]
- The history of threads
- What are the main families of threads?
- What is a thread?
- Why are reentrant library and system call interfaces good?
Is there a reason why you called the package “base64-bytestring” instead of “bytestring-base64”? I think the latter makes a nice implicit grouping of packages on HackageDB.
Looks great, I look forward to using this in place of dataenc. I use base64url in some places, would you be interested in extending the library to support that as well?
Lenny, there’s already a base64-string package on hackage, so I just used the same naming convention.
Michael, I didn’t even know about the dataenc package! But yes, my code should be enormously faster. Handling base64url is definitely a possibility, especially if you want to send in a patch 🙂