Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rcorcs
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
Show HN: SeqALib – Efficient Library to Identify Similarities in RNA Viruses
(github.com)
2 points
by
rcorcs
6y ago
|
0 comments
2.
▲
Show HN: New Algorithms to Bioinformatics Library
(github.com)
2 points
by
rcorcs
7y ago
|
0 comments
3.
▲
Show HN: SeqALib – Efficient Sequence Alignment from Bioinformatics
(github.com)
1 points
by
rcorcs
7y ago
|
0 comments
4.
▲
Show HN: How Compilers Use Bioinformatics
(youtube.com)
1 points
by
rcorcs
7y ago
|
0 comments
5.
▲
Show HN: A DNA-Inspired Technique to Reduce Code Size
(youtube.com)
3 points
by
rcorcs
7y ago
|
0 comments
6.
▲
by
rcorcs
8y ago
Thanks for the tips. I have a patch of the LLVM Heat Printer being reviewed and will soon be available with LLVM.
7.
▲
Show HN: Learn more about compiler technologies with my in-depth tutorials
(bit.ly)
1 points
by
rcorcs
8y ago
|
2 comments
8.
▲
Ask HN: Automatic Parallelization Haskell Core IR
2 points
by
rcorcs
8y ago
|
1 comments
9.
▲
Show HN: APReF: An Automatic Parallelizer of Recursive Functions for Haskell
(github.com)
2 points
by
rcorcs
9y ago
|
0 comments
10.
▲
Show HN: LLVM profiling visualization
(github.com)
3 points
by
rcorcs
9y ago
|
0 comments
11.
▲
Show HN: LLVM Heat DOT Printer for Profiling
(github.com)
2 points
by
rcorcs
9y ago
|
0 comments
12.
▲
by
rcorcs
9y ago
Your comments are welcome!
13.
▲
Show HN: Typed Graph Theory: Extending graphs with type systems
(github.com)
1 points
by
rcorcs
9y ago
|
1 comments
14.
▲
Show HN: Automatic Parallelization for Haskell
(researchgate.net)
1 points
by
rcorcs
10y ago
|
0 comments
15.
▲
by
rcorcs
10y ago
This repository implements the model proposed in the following paper: http://dx.doi.org/10.13140/RG.2.2.31622.78403
16.
▲
Show HN: Evaluating Computational Creativity
(github.com)
2 points
by
rcorcs
10y ago
|
1 comments
17.
▲
Show HN: A nice Pi visualization in JS
(github.com)
2 points
by
rcorcs
10y ago
|
0 comments
18.
▲
by
rcorcs
10y ago
I know there are hundreds of C compilers and that I am just reinventing the wheel. But my main goal is just learning. I have already written another compiler before, but it was just for a toy language. For this reason, I would like to build
19.
▲
Show HN: My own C compiler (just for fun)
(github.com)
175 points
by
rcorcs
10y ago
|
50 comments
20.
▲
Cycle detection in GraphX / Spark?
2 points
by
rcorcs
11y ago
|
0 comments
21.
▲
by
rcorcs
11y ago
I don't think the Stencil pattern is the best pattern for sorting algorithms, but I think it can be done. The following link has a very simple example: https://github.com/pskel/pskel/wiki
22.
▲
Distributed cycle detection in large-scale sparse graphs
(rcorcs.github.io)
2 points
by
rcorcs
11y ago
|
0 comments
23.
▲
by
rcorcs
11y ago
For the stencil computation, if the input and output array together are greater than the GPU memory, there is an automatic and transparent method for tiling the data array into the GPU's memory, computing the stencil pattern in several
24.
▲
by
rcorcs
11y ago
PSkel offers a high-level API for programming for heterogeneous parallel architectures, including both multi-core CPUs and GPUs. PSkel is a high-performance framework for parallel skeletons. Using a high-level abstraction for parallel skele
25.
▲
Show HN: A high-performance framework for high-level parallel programming
(pskel.github.io)
16 points
by
rcorcs
11y ago
|
4 comments
26.
▲
Show HN: Parallel Programming Frameworks
3 points
by
rcorcs
12y ago
|
0 comments
27.
▲
Show HN: Compiler development
4 points
by
rcorcs
12y ago
|
1 comments
28.
▲
Show HN: A network monitoring system (packet analyser, sniffer)
(github.com)
1 points
by
rcorcs
12y ago
|
1 comments
29.
▲
Show HN: My GitHub code repertoire
(github.com)
1 points
by
rcorcs
12y ago
|
0 comments
30.
▲
by
rcorcs
12y ago
I have just updated to use Google Speech API v2.
More ›