Nikolay Kim
c60e7f52b7
Move more code under mpool feature ( #342 )
2024-04-08 12:28:42 +05:00
Nikolay Kim
0b73ae8fa8
Make memory pools optional ( #340 )
2024-04-04 22:04:37 +05:00
Nikolay Kim
975f64cc44
Fix memory pool waiters management ( #334 )
2024-04-02 18:06:49 +05:00
Nikolay Kim
dc4bbf02c8
Bytes checked api ( #288 )
2024-02-01 20:28:17 +06:00
Nikolay Kim
18680ea05b
Revert changes to release shared_vec
2024-01-19 17:17:08 +06:00
Nikolay Kim
d99178519e
Use const generics for helper traits (From, PartialEq, PartialOrd) ( #284 )
2024-01-16 19:18:17 +06:00
Nikolay Kim
ae383c6d90
Fix data race in bytes ( #244 )
2023-11-10 22:33:48 +06:00
Nikolay Kim
83d05d81ef
Refactor ntex-io ( #164 )
...
* Refactor Io and Filter types
2023-01-23 09:42:00 +01:00
Nikolay Kim
959d821edd
Add Bytes<&Bytes> for Bytes impl
2022-12-13 11:06:25 +01:00
Nikolay Kim
6534dc4d1f
Add TryFrom<&Bytes> and TryFrom<&BytesMut> for ByteString
2022-12-09 10:53:50 +01:00
Nikolay Kim
55c837a5f8
Add ByteString::clear() method
2022-07-07 10:39:55 +06:00
Nikolay Kim
d4a6ddfef1
Add Buf/BufMut impls
2022-06-20 20:59:42 +06:00
Nikolay Kim
e1abe801b5
Prep release
2022-05-05 18:10:49 +06:00
Nikolay Kim
851d3b970f
Remove .assume_init usage #106
2022-05-05 16:16:46 +06:00
Nikolay Kim
050cb560c6
Restore Buf impl for Cursor
2022-02-06 13:10:26 +06:00
Nikolay Kim
f68656569d
Prep release
2022-02-04 19:06:44 +06:00
goiw111
bc549d6631
add some tests for BytesVec ( #102 )
...
* add some tests for BytesVec
* add changes to CHANGELOG.md
2022-02-04 14:32:10 +06:00
Nikolay Kim
16fcd6dc58
Update utils tests
2022-01-31 18:16:06 +06:00
Nikolay Kim
767dd91b7e
Fix conversion from BytesVec to BytesMut and back (BytesVec::with_bytes_mut())
2022-01-31 15:17:16 +06:00
Nikolay Kim
a2a5899bbe
Add BytesVec type
2022-01-29 23:53:13 +06:00
Nikolay Kim
cd0b6b75ba
Prepare release
2022-01-26 00:17:40 +06:00
Nikolay Kim
7680c5482e
Rename Pool::is_pending() to is_ready(); use u32 for read/write params
2022-01-25 17:19:19 +06:00
Nikolay Kim
eac1f068fb
Add optional simd utf8 validation
2022-01-09 19:43:49 +06:00
Nikolay Kim
6698c829fb
move mpsc to ntex-util
2021-12-18 20:25:56 +06:00
Nikolay Kim
17631cd8a1
Fix dealloc for vec representation
2021-12-06 21:09:51 +06:00
Nikolay Kim
0315d92401
Memory pools support for http ( #65 )
...
* memory pools support for http
2021-12-06 08:07:19 +06:00
Nikolay Kim
d89f1c29c6
better api usability
2021-12-03 01:34:41 +06:00
Nikolay Kim
42b8292ecd
Refactor bytes impl ( #64 )
...
* remove mut api for Bytes
* refactor Vec layout
* track allocations in memory pools
* integrate memory pools to framed
* add pool async readiness polling
* optimize readiness check
* use memory pool in framed dispatcher
2021-12-02 21:09:10 +06:00
Nikolay Kim
709cd3216b
proper use of NonNull
2021-06-27 19:39:08 +06:00
Nikolay Kim
ace681ba74
Reduce size of Option<Bytes> by using NonNull
2021-06-27 18:31:48 +06:00
Nikolay Kim
53e9487357
reserve space for put_slice
2021-06-27 10:26:00 +06:00
Nikolay Kim
fa6cd65cfc
enable serde, add ByteString::as_slice() method
2021-06-27 09:11:18 +06:00
Nikolay Kim
6d67cd3458
update changes
2021-06-27 07:17:38 +06:00
Nikolay Kim
f85e65b3b9
Add ByteString::slice(), ByteString::slice_off(), ByteString::slice_to()
2021-06-26 08:58:28 +06:00
Nikolay Kim
60885478bd
add Bytes::trimdown() method
2021-06-26 00:49:58 +06:00
Nikolay Kim
0f796c7642
use ntex-bytes instead of bytes
2021-06-26 00:32:43 +06:00
Nikolay Kim
45463f209b
fork bytes crate
2021-06-26 00:14:43 +06:00