A parallel implementation of the Smith-Waterman algorithm

The Smith-Waterman algorithm performs local sequence alignment; that is, for determining similar regions between two strings of nucleic acid sequences or protein sequences. Instead of looking at the entire sequence,...

My pascal toy compiler

I developed a simple pascal toy compiler for x86-64 using flex and bison. The reason to start this project was to learn more about compilers. This is a checklist of...

Desenvolvendo um teste de desempenho para o Kernel Samepage Merging (KSM)

1 Introdução Esse relatório apresenta o projeto de contribuição para o Kernel Linux desenvolvido durante a disciplina MO806A. O projeto consiste em desenvolver código para testar a performance da feature...

Developing a performance test for Kernel Samepage Merging (KSM)

1 Introduction This report presents the contribution project for the Linux Kernel developed during the MO806A course. The project consists of developing code to test the performance of the memory-saving...