-
Notifications
You must be signed in to change notification settings - Fork 48
Make the crate no_std
+ alloc
#44
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
Closed
Closed
Changes from 3 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
64671df
Started replacing `std` for `core` and `alloc`.
b15845b
Created an `std` feature for the crate, which is on by default.
73e3da2
Formatted the code with `cargo fmt`.
e4bda31
Made it so that the main functionality of the crate is not limited to…
93f6068
Fixed tests.
6cc5506
Formatted the code.
9da3663
Use `std::thread::yield_now()` when possible.
ae15433
Configured imports according to the use of the `std` feature.
a627cd9
Configured imports according to the use of the `std` feature.
75cc0d2
Merge branch 'master' of https://github.com/GarkGarcia/flurry
06f174b
Removed the `cfg_if` business.
a6c734f
Added comment about the use of `core::sync::atomic::spin_loop_hint()`.
2da8b06
Worked on fixing issues with `no_std`.
0928883
Fixed issues regarding the absence of `epoch::pin` in `no_std` enviro…
366c90c
Removed unnecessary lifetime parameters.
bb3e0e9
Updated `azure-pipelines.yml`.
5f94576
Minor changes.
3b0728e
Integrated `ahash::RandomState` as the dafault value for the `S` type…
c21ccd4
Added note about criptographic security in the `HashMap` docs.
57010a0
Fixed `missing_debug_implementations` issue.
64d2d94
Merge branch 'master' into gg/master
jonhoo 69bb181
cargo fmt
jonhoo 309d746
Add target to use it
jonhoo 7b32a16
num_cpus is a std thing
jonhoo adb58e0
Make map generic over lock type
jonhoo f9ad723
Fix tests to match new generic-over-lock API
jonhoo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.