Giter Club home page Giter Club logo

pocsequentiality's Introduction

Hi there 👋

I'm Muhammed Can Küçükaslan.

I'm a CS (& Math with Double Major Program) graduate from Bilkent University (Ankara, Turkey).

I’m particularly interested in doing "engineering", that is to say building reliable systems that use resources as efficiently as possible. This aligns with the main goals of fields like Backend Engineering, Big Data Engineering (?), Parallel Computing, Distributed Systems etc.
So, these are the fields I would be (and am ?) enjoying working in.

You may visit my personal website which exist for its own sake at kucukaslan.com.tr and take a look at my cv.pdf.

See some of the projects I contributed below:

pocsequentiality's People

Contributors

kucukaslan avatar

Watchers

 avatar

pocsequentiality's Issues

make write calls in a single go thread

In current implementation, each thread calls write after it read 32 MB block data concurrently. So I guess this causes the same problem by issuing multiple concurrent write request.
https://github.com/Kucukaslan/PoCSequentiality/blob/5a52a241093c09140d326294196f72cff672cd90/main.go#L131

It would be better if each thread can send data to a writer thread via a channel and that thread sequentially issue the write requests.

channel can receive a struct like

struct {
    data        *[]byte
    startIndex    int
    length        int
}

Add explanation README and make it archive

Sequentiality, I want to use, can be harnessed with the assumption of using single disk but this assumption may not hold for distributed systems like EBS of AWS. So this method would be useful for ordinary computers if only they have internet much faster than 1 GBit download speed (which is the limit we want to overcome).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.