mirror of
				https://github.com/bspeice/qadapt
				synced 2025-10-31 09:30:37 -04:00 
			
		
		
		
	Release version 0.2.0
This commit is contained in:
		| @ -1,6 +1,6 @@ | ||||
| [package] | ||||
| name = "qadapt" | ||||
| version = "0.1.0" | ||||
| version = "0.2.0" | ||||
| authors = ["Bradlee Speice <bradlee@speice.io>"] | ||||
| description = "The Quick And Dirty Allocation Profiling Tool" | ||||
| license = "Apache-2.0" | ||||
|  | ||||
							
								
								
									
										11
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,11 @@ | ||||
| The Quick And Dirty Allocation Profiling Tool | ||||
| ============================================= | ||||
|  | ||||
| A simple attempt at a `#[no_std]` compatible allocator that can track | ||||
| allocations on a per-thread basis, for the purpose of guaranteeing that | ||||
| performance-critical code doesn't trigger an allocation while running. | ||||
|  | ||||
| The current state has all the infrastructure in place, but the tests are a bit | ||||
| flaky. As such, this crate likely won't see much further development; if you | ||||
| are interested in claiming the qadapt name, please reach out to the author | ||||
| at [bradlee@speice.io](mailto:bradlee@speice.io). | ||||
		Reference in New Issue
	
	Block a user