Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RoDmitry/atoi_simd
/ functions
Functions
155 in github.com/RoDmitry/atoi_simd
⨍
Functions
155
◇
Types & classes
5
Function
parse_simd
( s: &[u8], )
src/simd/shared_32.rs:33
Function
parse_simd_16
( mut s: &[u8], )
src/simd/sse_avx.rs:640
Function
parse_simd_16
( mut s: &[u8], )
src/simd/neon.rs:300
Function
parse_simd_16_noskip
(s: &[u8])
src/simd/sse_avx.rs:631
Function
parse_simd_checked
( s: &[u8], )
src/simd/shared_32.rs:45
Function
parse_simd_checked_i128
( s: &[u8], )
src/simd/shared_64.rs:38
Function
parse_simd_checked_i128_neg
( s: &[u8], )
src/simd/shared_64.rs:147
Function
parse_simd_checked_i64
( s: &[u8], )
src/simd/shared_64.rs:89
Function
parse_simd_checked_i64_neg
( s: &[u8], )
src/simd/shared_64.rs:117
Function
parse_simd_checked_neg
( s: &[u8], )
src/simd/shared_32.rs:73
Function
parse_simd_checked_pre_neg
(s: &[u8])
src/simd/shared_32.rs:20
Function
parse_simd_checked_pre_pos
(s: &[u8])
src/simd/shared_32.rs:7
Function
parse_simd_checked_u128
( s: &[u8], )
src/simd/shared_64.rs:8
Function
parse_simd_checked_u64
( s: &[u8], )
src/simd/shared_64.rs:63
Function
parse_simd_i128
( s: &[u8], )
src/simd/shared_64.rs:26
Function
parse_simd_i128_neg
( s: &[u8], )
src/simd/shared_64.rs:132
Function
parse_simd_i64
( s: &[u8], )
src/simd/shared_64.rs:76
Function
parse_simd_i64_neg
( s: &[u8], )
src/simd/shared_64.rs:102
Function
parse_simd_neg
( s: &[u8], )
src/simd/shared_32.rs:57
Function
parse_simd_u128
( mut s: &[u8], )
src/simd/sse_avx.rs:669
Function
parse_simd_u128
( mut s: &[u8], )
src/simd/neon.rs:387
Function
parse_simd_u64
( s: &[u8], )
src/simd/shared_64.rs:50
Function
parse_skipped
(s: &[u8])
src/lib.rs:170
Function
parse_tester
( chars: I, )
tests/test.rs:89
Function
roundtrip_all_i16
too slow in miri
tests/roundtrip.rs:40
Function
roundtrip_all_i8
()
tests/roundtrip.rs:18
Function
roundtrip_all_u16
too slow in miri
tests/roundtrip.rs:29
Function
roundtrip_all_u8
()
tests/roundtrip.rs:8
Function
test_check_len_8
()
src/fallback.rs:529
Function
test_corner_cases
()
src/simd/shared_64.rs:166
Function
test_load_len_16
()
src/simd/neon.rs:650
Function
test_load_len_8
()
src/simd/neon.rs:636
Function
test_parse_i128
()
tests/test.rs:473
Function
test_parse_i16
()
tests/test.rs:247
Function
test_parse_i32
()
tests/test.rs:295
Function
test_parse_i64
()
tests/test.rs:361
Function
test_parse_i8
()
tests/test.rs:200
Function
test_parse_neg
()
tests/test.rs:739
Function
test_parse_pos
()
tests/test.rs:706
Function
test_parse_prefix
()
tests/test.rs:772
Function
test_parse_prefix_neg
()
tests/test.rs:967
Function
test_parse_prefix_pos
()
tests/test.rs:925
Function
test_parse_prefix_u128
()
tests/test.rs:437
Function
test_parse_prefix_u16
()
tests/test.rs:237
Function
test_parse_prefix_u32
()
tests/test.rs:285
Function
test_parse_prefix_u64
()
tests/test.rs:334
Function
test_parse_prefix_u8
()
tests/test.rs:190
Function
test_parse_skipped
()
tests/test.rs:988
Function
test_parse_types
()
tests/test.rs:540
Function
test_parse_u128
()
tests/test.rs:383
Function
test_parse_u16
()
tests/test.rs:221
Function
test_parse_u32
()
tests/test.rs:269
Function
test_parse_u64
()
tests/test.rs:317
Function
test_parse_u8
()
tests/test.rs:174
Function
test_zeroes
()
tests/test.rs:579
← previous
101–155 of 155, ranked by callers