Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/bastion-rs/allocator-suite
Allocator Suite which contains various allocators for workload-specific allocation.
https://github.com/bastion-rs/allocator-suite
Merge pull request #11 from parasyte/fix-for-macos
Fix `EBADF` from `mmap` on macOS
cebdb09e7d03d430c24d33dbbb10996e1639bc50 authored about 4 years ago by Jeremy Lempereur <[email protected]>
Fix `EBADF` from `mmap` on macOS
ec05886e228c3c4789bc8e19ea545fe8428776bf authored about 4 years ago by Jay Oster <[email protected]>
ec05886e228c3c4789bc8e19ea545fe8428776bf authored about 4 years ago by Jay Oster <[email protected]>
Merge pull request #10 from parasyte/update-experimental-allocator-api
Update for experimental `allocator_api`
d43ed22abc2533abb7d11ad22dc349cbfed88990 authored about 4 years ago by Jeremy Lempereur <[email protected]>
Update for experimental `allocator_api`
- Incorporates changes for:
- https://github.com/rust-lang/rust/pull/76993
- https://github....
Merge pull request #9 from bastion-rs/igni/ci_fix
0173a950012a05c617388f023829b7add00d5567 authored over 4 years ago by Jeremy Lempereur <[email protected]>
0173a950012a05c617388f023829b7add00d5567 authored over 4 years ago by Jeremy Lempereur <[email protected]>
docs fix
381b3f6a6ce9e8df2c9e892fc3be793009ee0c30 authored over 4 years ago by o0Ignition0o <[email protected]>
381b3f6a6ce9e8df2c9e892fc3be793009ee0c30 authored over 4 years ago by o0Ignition0o <[email protected]>
fmt + ci run only on linux
00af57fb301154ec82a26ec5ccab3ab193ca5d69 authored over 4 years ago by o0Ignition0o <[email protected]>
00af57fb301154ec82a26ec5ccab3ab193ca5d69 authored over 4 years ago by o0Ignition0o <[email protected]>
ci fix
96195c1de68d9b724848f434862a147466458be9 authored over 4 years ago by o0Ignition0o <[email protected]>
96195c1de68d9b724848f434862a147466458be9 authored over 4 years ago by o0Ignition0o <[email protected]>
(cargo-release) start next development iteration 0.1.8-alpha.0
9134c907dcd1a7631c930bc6e44acfc932b36918 authored over 4 years ago by o0Ignition0o <[email protected]>
9134c907dcd1a7631c930bc6e44acfc932b36918 authored over 4 years ago by o0Ignition0o <[email protected]>
(cargo-release) version 0.1.7
01e30e24ceb6e475f8919f45bdc71fa19f20220e authored over 4 years ago by o0Ignition0o <[email protected]>
01e30e24ceb6e475f8919f45bdc71fa19f20220e authored over 4 years ago by o0Ignition0o <[email protected]>
Merge pull request #8 from bastion-rs/igni/allocator_api_bump
Bump allocator suite to reflect the allocator api changes
3f685699e5fd356e8a07f55dbf6d0e1f0390afcd authored over 4 years ago by Jeremy Lempereur <[email protected]>
Bump allocator suite to reflect the allocator api changes
4802a585e081e66090e2a276aa1c0b441735ade8 authored over 4 years ago by o0Ignition0o <[email protected]>
4802a585e081e66090e2a276aa1c0b441735ade8 authored over 4 years ago by o0Ignition0o <[email protected]>
(cargo-release) start next development iteration 0.1.7-alpha.0
cf843f07f2b3edcfe1a1b8534eaaa3c5e49cba84 authored over 4 years ago by o0Ignition0o <[email protected]>
cf843f07f2b3edcfe1a1b8534eaaa3c5e49cba84 authored over 4 years ago by o0Ignition0o <[email protected]>
(cargo-release) version 0.1.6
1dded1555cbbf10b1557ff9ffe47cc04f76f09e4 authored over 4 years ago by o0Ignition0o <[email protected]>
1dded1555cbbf10b1557ff9ffe47cc04f76f09e4 authored over 4 years ago by o0Ignition0o <[email protected]>
Merge pull request #6 from bastion-rs/igni/ci_and_sys_mbind
fix import issue + add CI so it never happens again
d4184ce87872fa2d75da9fba222bef9659c0b323 authored over 4 years ago by Jeremy Lempereur <[email protected]>
fix import issue + add CI so it never happens again
Allocator suite should compile everywhere, even if osx is not supported
536660e699ecd088edf893e10851a3c995dd5175 authored over 4 years ago by o0Ignition0o <[email protected]>
(cargo-release) start next development iteration 0.1.6-alpha.0
79f6ffccfeb25f6606bddb6c83c43c0485d0e3a7 authored over 4 years ago by o0Ignition0o <[email protected]>
79f6ffccfeb25f6606bddb6c83c43c0485d0e3a7 authored over 4 years ago by o0Ignition0o <[email protected]>
(cargo-release) version 0.1.5
dea429a898eaa168b72d8df83837159884403af6 authored over 4 years ago by o0Ignition0o <[email protected]>
dea429a898eaa168b72d8df83837159884403af6 authored over 4 years ago by o0Ignition0o <[email protected]>
Merge pull request #4 from bastion-rs/igni/alloc_update
893beb07c4d6f573087e2a2314a3b903cb92216e authored over 4 years ago by Jeremy Lempereur <[email protected]>
893beb07c4d6f573087e2a2314a3b903cb92216e authored over 4 years ago by Jeremy Lempereur <[email protected]>
MemoryMapSource: Pass mmap flags that work on standard linux distributions.
17cf135fbd9e7dda7b2bfa63963e628e5e4b2d49 authored over 4 years ago by o0Ignition0o <[email protected]>
17cf135fbd9e7dda7b2bfa63963e628e5e4b2d49 authored over 4 years ago by o0Ignition0o <[email protected]>
Use the new GlobalAlloc and AllocRef traits
5a11689c188652d495558a9c73d52156cc798b40 authored over 4 years ago by o0Ignition0o <[email protected]>
5a11689c188652d495558a9c73d52156cc798b40 authored over 4 years ago by o0Ignition0o <[email protected]>
(cargo-release) start next development iteration 0.1.4
5665cc623118ccaedc775351870349b35a930095 authored about 5 years ago by Mahmut Bulut <[email protected]>
5665cc623118ccaedc775351870349b35a930095 authored about 5 years ago by Mahmut Bulut <[email protected]>
(cargo-release) version 0.1.4
a637d6a356d268eab2b21b43b1bc09ee4744393e authored about 5 years ago by Mahmut Bulut <[email protected]>
a637d6a356d268eab2b21b43b1bc09ee4744393e authored about 5 years ago by Mahmut Bulut <[email protected]>
Numa allocation policy
590cfe06f2a8b34d046f3939b7d091bc215f522e authored about 5 years ago by Mahmut Bulut <[email protected]>
590cfe06f2a8b34d046f3939b7d091bc215f522e authored about 5 years ago by Mahmut Bulut <[email protected]>
(cargo-release) start next development iteration 0.1.3
824e4e06087f62f2eb63b482b26ba7468efd7a51 authored about 5 years ago by Mahmut Bulut <[email protected]>
824e4e06087f62f2eb63b482b26ba7468efd7a51 authored about 5 years ago by Mahmut Bulut <[email protected]>
(cargo-release) version 0.1.3
d30950bab9d92655d79213d7fc0ab0108c10aa0d authored about 5 years ago by Mahmut Bulut <[email protected]>
d30950bab9d92655d79213d7fc0ab0108c10aa0d authored about 5 years ago by Mahmut Bulut <[email protected]>
Expose MemoryMapSource
c36abad92cf4478bbce20e9cf76b56fa2b921e91 authored about 5 years ago by Mahmut Bulut <[email protected]>
c36abad92cf4478bbce20e9cf76b56fa2b921e91 authored about 5 years ago by Mahmut Bulut <[email protected]>
(cargo-release) start next development iteration 0.1.2
baa95426dd361baf635a026adbb4b7c104bb62cc authored about 5 years ago by Mahmut Bulut <[email protected]>
baa95426dd361baf635a026adbb4b7c104bb62cc authored about 5 years ago by Mahmut Bulut <[email protected]>
(cargo-release) version 0.1.2
54715c8fdee264b2f17ecb3a039644ac8fa9f4da authored about 5 years ago by Mahmut Bulut <[email protected]>
54715c8fdee264b2f17ecb3a039644ac8fa9f4da authored about 5 years ago by Mahmut Bulut <[email protected]>
RC memory source
9b3e155db1b987a4c71e7cb8c5db2c4df2cb2612 authored about 5 years ago by Mahmut Bulut <[email protected]>
9b3e155db1b987a4c71e7cb8c5db2c4df2cb2612 authored about 5 years ago by Mahmut Bulut <[email protected]>
Lowercase mod name
2de46b411229f645ab93b39c6d5462ff55d29f76 authored about 5 years ago by Mahmut Bulut <[email protected]>
2de46b411229f645ab93b39c6d5462ff55d29f76 authored about 5 years ago by Mahmut Bulut <[email protected]>
(cargo-release) start next development iteration 0.1.1
48fd0bd5da847462eb207e0b35e45915314511fe authored about 5 years ago by Mahmut Bulut <[email protected]>
48fd0bd5da847462eb207e0b35e45915314511fe authored about 5 years ago by Mahmut Bulut <[email protected]>
(cargo-release) version 0.1.1
ac5f52a6a2ca202afcf77de2ae799997115a62a2 authored about 5 years ago by Mahmut Bulut <[email protected]>
ac5f52a6a2ca202afcf77de2ae799997115a62a2 authored about 5 years ago by Mahmut Bulut <[email protected]>
Add example
651d602c7470e31b835534cf212ac18ac5f269ec authored about 5 years ago by Mahmut Bulut <[email protected]>
651d602c7470e31b835534cf212ac18ac5f269ec authored about 5 years ago by Mahmut Bulut <[email protected]>
Format code
bcea301e1b0b7fc41eb866f207172277b8ed5dae authored about 5 years ago by Mahmut Bulut <[email protected]>
bcea301e1b0b7fc41eb866f207172277b8ed5dae authored about 5 years ago by Mahmut Bulut <[email protected]>
Fix unnecessary reimport
cd5edec349e7e7334d58af8d8f048d2a0f7052d8 authored about 5 years ago by Mahmut Bulut <[email protected]>
cd5edec349e7e7334d58af8d8f048d2a0f7052d8 authored about 5 years ago by Mahmut Bulut <[email protected]>
Rewrite Cargo.toml
0d8e7ba2e908c45d0be304c32b30d2b516b51c6e authored about 5 years ago by Mahmut Bulut <[email protected]>
0d8e7ba2e908c45d0be304c32b30d2b516b51c6e authored about 5 years ago by Mahmut Bulut <[email protected]>
Add benchmarks and usage
48f0d5ad85361f814c5112f8c45fa3135596ed20 authored about 5 years ago by Mahmut Bulut <[email protected]>
48f0d5ad85361f814c5112f8c45fa3135596ed20 authored about 5 years ago by Mahmut Bulut <[email protected]>
Cargo fix
a34d2efb21a258a8d2832edaff250489bdc784c5 authored about 5 years ago by Mahmut Bulut <[email protected]>
a34d2efb21a258a8d2832edaff250489bdc784c5 authored about 5 years ago by Mahmut Bulut <[email protected]>
Test fixes
141bfdb65346cb176df8ceb472b627a63b937219 authored about 5 years ago by Mahmut Bulut <[email protected]>
141bfdb65346cb176df8ceb472b627a63b937219 authored about 5 years ago by Mahmut Bulut <[email protected]>
Cargo fmt
af07a09b6638c5d6c06f800f8849cb9e6b785caf authored about 5 years ago by Mahmut Bulut <[email protected]>
af07a09b6638c5d6c06f800f8849cb9e6b785caf authored about 5 years ago by Mahmut Bulut <[email protected]>
Crate based imports
1392518f3d133e8e4daf18eeb9b1c0087688a7f7 authored about 5 years ago by Mahmut Bulut <[email protected]>
1392518f3d133e8e4daf18eeb9b1c0087688a7f7 authored about 5 years ago by Mahmut Bulut <[email protected]>
Const declaration fixes
db2a76fec69ee865caca7a4718d8dda8498b2544 authored about 5 years ago by Mahmut Bulut <[email protected]>
db2a76fec69ee865caca7a4718d8dda8498b2544 authored about 5 years ago by Mahmut Bulut <[email protected]>
Fix debug_assertions resolution problems
62e0b89f819b09de4c9bea3a8bed53f1ed8325cd authored about 5 years ago by Mahmut Bulut <[email protected]>
62e0b89f819b09de4c9bea3a8bed53f1ed8325cd authored about 5 years ago by Mahmut Bulut <[email protected]>
Cargo fmt
3a1a943509687541bfdf9762f8d05a82cdbc72ff authored about 5 years ago by Mahmut Bulut <[email protected]>
3a1a943509687541bfdf9762f8d05a82cdbc72ff authored about 5 years ago by Mahmut Bulut <[email protected]>
Cargo Fix
09beac72ddbe32cc342b10718c62a549f3102014 authored about 5 years ago by Mahmut Bulut <[email protected]>
09beac72ddbe32cc342b10718c62a549f3102014 authored about 5 years ago by Mahmut Bulut <[email protected]>
initial
55c9e2b311c1653d077e138560337ce6bcb4a710 authored about 5 years ago by Mahmut Bulut <[email protected]>
55c9e2b311c1653d077e138560337ce6bcb4a710 authored about 5 years ago by Mahmut Bulut <[email protected]>