Giter Site home page Giter Site logo

filebrowser's Introduction

Filebrowser + thumbnail viewer + http server

Expanded example based on lxn's excellent walk win32 libraries https://github.com/lxn/walk filebrowser example, adding many new features.

screenshot

Why?

I'm trying to explore golang's capabilities and performance in developing a multithreaded and memory intensive windows desktop app. For inspiration and comparison, I used my old application, Antares12 which was built using Delphi2007. So far golang didn't disappoint!

screenshot

Features:

  • Image browser, displaying thumbnail of images in a grid.
  • Image http server, serving thumbnail of images in a folder. Use http://localhost:8080/users/albums or http://localhost:8080/users/photos while the app is running.
  • Very fast and efficient multi threaded thumbnail processing with goroutines and channels.
  • Resizeable thumbnail size.
  • Filesystem/directory monitoring for changes (new/delete/renamed/modified files)

Golang's features explored here:

  • Goroutine, channels and synchronizations.
  • Maps, slices
  • cgo interfacing with external c libs
  • Database interface with sqlite3
  • Image processing (drawings/transforms)

Additional fabulous golang libraries used here:

Status and observations:

  • Go language constructs comfortably matched object pascal (delphi) constructs.
  • Many low level routines can easily be converted to golang.
  • Goroutines and channels are truly handy in handling concurrent tasks.
  • Performance in performing cpu and memory intensive operations is excellent. Comparable and sometimes better than delphi.
  • Memory comsumption is larger than delphi/32bit, but not by much. No optimization on my part yet.
  • So far so good...

filebrowser's People

Contributors

lutfinasution avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

parhelia512

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.