Help
RSS
API
Feed
Maltego
Contact
Domain > libdivide.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2017-05-19
52.84.76.5
(
ClassC
)
2017-06-19
52.84.3.202
(
ClassC
)
2017-10-04
52.222.227.119
(
ClassC
)
2018-07-02
52.85.93.11
(
ClassC
)
2018-07-02
52.85.93.189
(
ClassC
)
2018-07-02
52.85.93.71
(
ClassC
)
2018-07-10
52.85.89.103
(
ClassC
)
2018-07-10
52.85.89.206
(
ClassC
)
2018-07-10
52.85.89.230
(
ClassC
)
2018-08-23
54.230.44.117
(
ClassC
)
2018-08-23
54.230.44.185
(
ClassC
)
2018-08-23
54.230.44.240
(
ClassC
)
2018-09-07
13.33.251.117
(
ClassC
)
2018-09-07
13.33.251.58
(
ClassC
)
2018-09-07
13.33.251.90
(
ClassC
)
2018-09-26
52.84.141.65
(
ClassC
)
2018-11-20
13.35.78.35
(
ClassC
)
2018-11-20
13.35.78.93
(
ClassC
)
2018-11-20
13.35.78.15
(
ClassC
)
2018-11-20
13.35.78.28
(
ClassC
)
2019-04-25
54.230.163.23
(
ClassC
)
2019-04-25
54.230.163.46
(
ClassC
)
2019-04-25
54.230.163.56
(
ClassC
)
2019-04-25
54.230.163.126
(
ClassC
)
2019-06-27
52.84.134.187
(
ClassC
)
2019-07-23
216.137.41.162
(
ClassC
)
2019-09-21
52.84.163.227
(
ClassC
)
2019-09-27
99.84.92.17
(
ClassC
)
2019-09-28
99.84.92.50
(
ClassC
)
2019-11-14
13.224.106.61
(
ClassC
)
2019-12-20
13.224.215.64
(
ClassC
)
2019-12-20
13.224.215.91
(
ClassC
)
2020-01-04
13.226.189.14
(
ClassC
)
2020-01-04
13.226.189.20
(
ClassC
)
2020-01-04
13.226.189.83
(
ClassC
)
2020-01-05
13.225.189.81
(
ClassC
)
2020-02-07
13.249.79.79
(
ClassC
)
2020-04-29
52.85.109.95
(
ClassC
)
2020-08-09
54.230.35.103
(
ClassC
)
2020-09-14
54.230.248.50
(
ClassC
)
2020-10-04
99.86.100.38
(
ClassC
)
2020-10-21
13.249.25.7
(
ClassC
)
2020-11-01
65.8.246.20
(
ClassC
)
2020-11-01
65.8.246.65
(
ClassC
)
2020-11-01
65.8.246.14
(
ClassC
)
2021-01-15
99.84.214.91
(
ClassC
)
2021-01-19
52.84.22.96
(
ClassC
)
2021-01-26
65.8.248.33
(
ClassC
)
2021-02-04
54.230.209.19
(
ClassC
)
2025-02-12
185.199.111.153
(
ClassC
)
2025-03-01
185.199.108.153
(
ClassC
)
2025-03-10
185.199.110.153
(
ClassC
)
2025-04-05
185.199.109.153
(
ClassC
)
Port 80
HTTP/1.1 200 OKConnection: keep-aliveContent-Length: 7705Server: GitHub.comContent-Type: text/html; charsetutf-8Last-Modified: Thu, 25 Mar 2021 00:32:35 GMTAccess-Control-Allow-Origin: *ETag: 605bda23 html>head>title>libdivide, optimized integer division/title>link relstylesheet typetext/css hrefstyle.css />script languagejavascript typetext/javascript>function toggleVisibility(elemID) { var it document.getElementById(elemID); if (it) { if (it.style.display ! none) { it.style.display none; } else { it.style.display block; } }}/script>/head>body>div idheader>libdividebr>span classattrib>by a hrefhttps://ridiculousfish.com>ridiculous_fish/a>/span>/div>div idfooter>img srcimages/libdivide.png>/div>div idcontents>h3>libdivide is an open source librarybr>for optimizing integer division/h3>a namelearn>/a>libdivide allows you to replace expensive integer divides with comparatively cheap multiplication and bitshifts. Compilers usually do this, but only when the divisor is known at compile time. libdivide allows you to take advantage of it at runtime. The result is that integer division can become faster - a lot faster.p>Furthermore, libdivide allows you to divide SIMD vectors by runtime constants, which is especially nice because SIMD typically lacks integer division.p>libdivide is free and open source with a permissive license. It is packed as a single header-only library, with both a C and C++ API.p>b>Use cases:/b> libdivide helps optimize the case of dividing many integer numerators by one integer denominator, where the denominator may only be known at runtime. There are many potential use cases: hash tables, scaling algorithms, a quick-n-dirty speed boost for an interpreter, etc.p>b>Supported types:/b> libdivide supports 32 bit and 64 bit division of signed and unsigned integers (so four types total). It supports scalars, SSE2, AVX2, AVX512, and ARM NEON.p>b>License:/b> libdivide uses the a hrefhttps://github.com/ridiculousfish/libdivide/blob/master/LICENSE.txt>zlib license/a>. This permits usage of libdivide in any product - commercial, GPL, or otherwise. No attribution is required. However, you must not claim to have written libdivide, or distribute an altered v
Port 443
HTTP/1.1 200 OKConnection: keep-aliveContent-Length: 7705Server: GitHub.comContent-Type: text/html; charsetutf-8Last-Modified: Thu, 25 Mar 2021 00:32:35 GMTAccess-Control-Allow-Origin: *ETag: 605bda23 html>head>title>libdivide, optimized integer division/title>link relstylesheet typetext/css hrefstyle.css />script languagejavascript typetext/javascript>function toggleVisibility(elemID) { var it document.getElementById(elemID); if (it) { if (it.style.display ! none) { it.style.display none; } else { it.style.display block; } }}/script>/head>body>div idheader>libdividebr>span classattrib>by a hrefhttps://ridiculousfish.com>ridiculous_fish/a>/span>/div>div idfooter>img srcimages/libdivide.png>/div>div idcontents>h3>libdivide is an open source librarybr>for optimizing integer division/h3>a namelearn>/a>libdivide allows you to replace expensive integer divides with comparatively cheap multiplication and bitshifts. Compilers usually do this, but only when the divisor is known at compile time. libdivide allows you to take advantage of it at runtime. The result is that integer division can become faster - a lot faster.p>Furthermore, libdivide allows you to divide SIMD vectors by runtime constants, which is especially nice because SIMD typically lacks integer division.p>libdivide is free and open source with a permissive license. It is packed as a single header-only library, with both a C and C++ API.p>b>Use cases:/b> libdivide helps optimize the case of dividing many integer numerators by one integer denominator, where the denominator may only be known at runtime. There are many potential use cases: hash tables, scaling algorithms, a quick-n-dirty speed boost for an interpreter, etc.p>b>Supported types:/b> libdivide supports 32 bit and 64 bit division of signed and unsigned integers (so four types total). It supports scalars, SSE2, AVX2, AVX512, and ARM NEON.p>b>License:/b> libdivide uses the a hrefhttps://github.com/ridiculousfish/libdivide/blob/master/LICENSE.txt>zlib license/a>. This permits usage of libdivide in any product - commercial, GPL, or otherwise. No attribution is required. However, you must not claim to have written libdivide, or distribute an altered v
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]